Read Mode
Average
Nine men went to a hotel. Eight of them spent Rs.3 each on their meals, and the ninth spent Rs.2 more than the average expenditure of all nine. Determine the total money spent by them.
Explanation and memory cue
Let the average expenditure of all nine men be x. Then the ninth man spends x + 2. The other eight men spend 3 each, so total expenditure is 8*3 + (x + 2) = 24 + x + 2 = x + 26. Since average is total/9, x = (x + 26)/9. Solving gives x = 3.25. Total expenditure = 9 * 3.25 = Rs.29.25. However, this contradicts the initial calculation, so rechecking: 8 men spend 3 each = 24, ninth spends x + 2, average x = (24 + x + 2)/9 = (26 + x)/9, so x = (26 + x)/9 => 9x = 26 + x => 8x = 26 => x = 3.25. Ninth man spends 3.25 + 2 = 5.25. Total = 24 + 5.25 = 29.25. So total money spent is Rs.29.25, which matches option A. Therefore, correct answer is A.