kevincan
Customers were asked to rate their satisfaction on an integer scale from 0 to 10, with 0 being very dissatisfied and 10 being very satisfied. The average (mean) rating was 7.25, the median rating was 5, and exactly four customers gave a rating of 0.
What is the smallest possible number of customers who participated in the survey?
(A) 70
(B) 72
(C) 75
(D) 76
(E) 100
Since the mean is 7.25 = 29/4, the number of people must be a multiple of 4, i.e. 72, 76 or 100
Let the number of terms be 4n => Sum of the numbers = 29/4 * 4n = 29n
4 of them are zero => total = 0
The two middle values m1, m2 have average of 5 (since median is 5) => Sum = 10
If 4n = 72: 72 numbers add up to 522
0,0,0,0, a1,a2,a3... m1,m2, b1,b2,b3... = 522
Best possible case is if all numbers after 0 till 35th are 5, and 36th + 37th is 10, adding up to 0*4 + 31*5 + 10 = 165
So, we need to make 522-165 = 367 from the remaining 35 numbers which is not possible since max value can be 10
If 4n = 76: 76 numbers add up to 551
0,0,0,0, a1,a2,a3... m1,m2, b1,b2,b3... = 551
Best possible case is if all numbers after 0 till 37th are 5, and 38th + 39th is 10, adding up to 0*4 + 33*5 + 10 = 175
So, we need to make 551-175 = 376 from the remaining 37 numbers which is not possible since max value can be 10
By elimination, it must be 100:
If 4n = 100: 100 numbers add up to 725
0,0,0,0, a1,a2,a3... m1,m2, b1,b2,b3... = 725
Best possible case is if all numbers after 0 till 49th are 5, and 50th + 51st is 10, adding up to 0*4 + 49*5 + 10 = 255
So, we need to make 725-255 = 470 from the remaining 49 numbers which is easily possible (since max value can be 10)
Ans E