Ans : QCEIL
Feb 22, 2011
Feb 21, 2011
Dec 1, 2010
19. A train 130 metres long and travelling at 45 km/hr can cross a bridge in 30 seconds. Find the length of the bridge.
Answer:
245 m.
Explanation:
| Speed = | 45 x | 5 | = | 25 | ||||
| 18 | 2 |
Time = 30 sec.
Let the length of bridge be x metres.
| Then, | 130 + x | = | 25 |
| 30 | 2 |
Nov 27, 2010
18. Pointing to a lady a person said, "The son of her only brother is the brother of my wife." How is the lady related to the person?
Answer:
Sister of father-in-law
Explanation:
Brother of person's wife → brother-in-law of the person. Hence, the son of lady's brother is brother-in-law of the person.
Therefore, the brother of the lady is the father-in-law of the person. Hence, the lady is the sister of the person's father-in-law.
Nov 26, 2010
17. The angle of elevation of the sun, when the length of the shadow of a tree 3 times the height of the tree, is??
Answer:
30º
Explanation:

= 30º.
30º
Explanation:
Let AB be the tree and AC be its shadow.
Let
ACB =
.
| Then, | AC | = | 3 |
| AB |
Nov 25, 2010
16. Find the output.
int main()
{
int ***r, **q, *p, i=8;
p = &i;
q = &p;
r = &q;
printf("%d, %d, %d\n", *p, **q, ***r);
return 0;
}
Answer:
8,8,8
{
int ***r, **q, *p, i=8;
p = &i;
q = &p;
r = &q;
printf("%d, %d, %d\n", *p, **q, ***r);
return 0;
}
Answer:
8,8,8
Nov 22, 2010
15. Find the Next no
If
5+3+2=151012 ,
9+2+4=183662.
8+6+3=482466,
5+4+5=202504
then what ll be the answer of
7+2+5=??????
Answer:
143542
Explanation:
a+b+c = (a*b)&(a*c)&reverse[b(a+c)]
5+3+2=151012 ,
9+2+4=183662.
8+6+3=482466,
5+4+5=202504
then what ll be the answer of
7+2+5=??????
Answer:
143542
Explanation:
a+b+c = (a*b)&(a*c)&reverse[b(a+c)]
Nov 20, 2010
13. Total monthly salary of 4men and 2women is 46,000. If woman earn 500 more than man, then the salary of woman??
Answer:
Rs. 8000
Explanation:
Let x be salary of man.
y be salary of woman.
Then,
4x+2y=46000
x=y-500.
By solving above 2 equations we get y=8000
Rs. 8000
Explanation:
Let x be salary of man.
y be salary of woman.
Then,
4x+2y=46000
x=y-500.
By solving above 2 equations we get y=8000
Subscribe to:
Posts (Atom)