

InterviewSolution
Saved Bookmarks
1. |
Find two sets of 6 numbers with average 60, satisfying each of the conditions below:i. 4 of the numbers are less than 60 and 2 of them greater than 60.ii. 4 of the numbers are greater than 60 and 2 of them less than 60. |
Answer» Total sum = 60 × 6 = 360 i. 20, 30, 40, 50, 100, 120 ii. 5, 15, 70, 80, 90, 100 Other ways are also possible. |
|