InterviewSolution
| 1. |
When A Student Weighing 45 Kgs Left A Class, The Average Weight Of The Remaining 59 Students Increased By 200g. What Is The Average Weight Of The Remaining 59 Students? |
|
Answer» LETS assume average weight of the 59 students = x kgs. => Total weight of the 59 = 59*x Given when the weight of this student who LEFT is added, the total weight of the class = (59x + 45) The average weight decreases by 0.2 kgs, when these students included. => (59x+45)/60=(x-0.2) => (59x+45)= 60(x-0.2) => 59x + 45 = (60A - 12) => 45 + 12 = 60x - 59x => x = 57. Lets assume average weight of the 59 students = x kgs. => Total weight of the 59 = 59*x Given when the weight of this student who left is added, the total weight of the class = (59x + 45) The average weight decreases by 0.2 kgs, when these students included. => (59x+45)/60=(x-0.2) => (59x+45)= 60(x-0.2) => 59x + 45 = (60A - 12) => 45 + 12 = 60x - 59x => x = 57. |
|