Average of a couple 10 years ago was 25. The average
remains same after having a child and twins after 3 years.
What is the present age of the first child

Answers were Sorted based on User's Feedback



Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / deepa

Ans:
The present age of the first child is 13 yrs
Explanation:
Here the average of couple is in concern. 10 years ago the
average of couple was 25. And it is said that the average
of couple remains same after having a child and twins after
3 years. Now that means, 10 years ago they were having 3
children with their first child 3 years old and twins with
0 yrs. And hence the present age of the first child is 3+10
which is 13.

Is This Answer Correct ?    13 Yes 3 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / boomer

the average is not important at all,
tricky question.
10 years ago, the child was born,3 years later, the twins
were born....what is the present age
the answer is 10!!!!
who gives a damn about the average???!

Is This Answer Correct ?    4 Yes 0 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / ranjana gupta

5 years

Is This Answer Correct ?    2 Yes 1 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / pinky

any1 plzzzzzzz conclude the correct answer?????

Is This Answer Correct ?    1 Yes 0 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / shashikant

3

Is This Answer Correct ?    0 Yes 0 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / om

35

Is This Answer Correct ?    0 Yes 0 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / dilpreet

since the age of child is asked,his present age is
3yrs.

Is This Answer Correct ?    0 Yes 0 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / dinesh

Can any one explain the solution? plz

Is This Answer Correct ?    0 Yes 0 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / surya

ans plz

Is This Answer Correct ?    0 Yes 1 No

Average of a couple 10 years ago was 25. The average remains same after having a child and twins a..

Answer / kirti

Ans=21

Explanation:
10 years ago the average of couple was 25 and their current
ave is also 25.
Total number of People=5
25*5=125
so the current total of their ages=125
and current total age of couple=25*2+10*2=70

125-70=55

So the current total of the ages of 3 children=55
age of the twins=17 each and present age of the first child=21.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Interview Questions

#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  






what is answer for perfect number????????????????

1 Answers  


What is logical error?

0 Answers  


i have a written test for microland please give me test pattern

0 Answers   Microland,


how to swap 2 numbers in a single statement?

3 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  


main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


difference between string and array?

6 Answers  


Categories