Bunuel
Set P consists of 10 positive integers arranged in order of increasing magnitude. The difference between any two successive terms of the set is 4. If the two largest terms of the set are removed, what is the decrease in the average(arithmetic mean) of the set?
A. 0
B. 2
C. 4
D. 6
E. 8
Solution:
If we let x = the smallest member in the set, the three largest members of the set are x + 28, x + 32 and x + 36. Recall that the average of an evenly spaced set is equal to the average of the smallest member and the largest member. Therefore, the (original) average of the set is:
(x + x + 36)/2 = (2x + 36)/2 = x + 18
When x + 32 and x + 36 are removed, the new average of the set is:
(x + x + 28)/2 = (2x + 28)/2 = x + 14
Therefore, the average of the set decreases by (x + 18) - (x + 14) = 4 when the two largest members of the set are removed.
Answer: C