InterviewSolution
Saved Bookmarks
| 1. |
Five students sit for an exam which has a maximum score of 100. The average of the five scores achieved by the students in the exam was 89. What could the minimum score be gained? |
| Answer» MINIMUM, assume that everyone else GOT maximum.Let the minimum SCORE is x.Other 4 scores are 100,100,100 and 100.Given that MEAN is 89So minimum score that can be achieved is 45. | |