Bunuel
Tough and Tricky questions: Sets.
Set A is composed of nine numbers, labeled A1 through A9. Set B is also composed of nine numbers, labeled B1 through B9. Set B is defined as follows: B1 = 1 + A1; B2 = 2 + A2; and so on, including B9 = 9 + A9. How much larger is the sum of set B's mean and range than the sum of set A's mean and range?
A. 4
B. 9
C. 13
D. 17
E. cannot be determined
Case 1:
A = 0, 0, 0, 0, 0, 0, 0, 0, 0 --> range = 0, mean = 0, range + mean = 0
B = 1, 2, 3, 4, 5, 6, 7, 8, 9 --> range = 8, mean = 5, range + mean = 13
B's sum - A's sum = 13-0 = 13
Case 2:
A = 9, 8, 7, 6, 5, 4, 3, 2, 1 --> range = 8, mean = 5, range + mean = 13
B = 10, 10, 10, 10, 10, 10, 10, 10, 10 --> range = 0, mean = 10, range + mean = 10
B's sum - A's sum = 10-13 = -3
Since the two cases yield different results, the difference between B's sum and A's sum cannot be determined.
The use of the word
larger in the question stem incorrectly implies that B's sum must be larger than A's sum.
To avoid this miscommunication, the question stem should simply ask for the
difference between B's sum and A's sum.