InterviewSolution
Saved Bookmarks
| 1. |
The weights of three boys are in the ratio 4 : 5 : 6. If the sum of the weights of the heaviest and the lightest boy is 45 kg more than the weight of the third boy, what is the weight of the lightest |
|
Answer» Let the weights of the three boys be 4k, 5k and 6k respectively. 4k + 6k = 5k + 45 => 5k = 45 => K = 9 Therefore the weight of the lightest BOY = 4k = 4(9) = 36 kg. |
|