InterviewSolution
Saved Bookmarks
| 1. |
The Sum Of The Ages Of 5 Children Born At The Intervals Of 3 Years Each Is 50 Years. What Is The Age Of The Youngest Child? |
|
Answer» Let the ages of the children be x, (x + 3), (x + 6), (x + 9) and (x +12) YEARS. Then, x + (x + 3) + (x + 6) + (x + 9) + (x + 12) = 50 Age of youngest child = x = 4 years. Let the ages of the children be x, (x + 3), (x + 6), (x + 9) and (x +12) years. Then, x + (x + 3) + (x + 6) + (x + 9) + (x + 12) = 50 5x = 20 => x = 4. Age of youngest child = x = 4 years. |
|