by rfernandez Thu Apr 24, 2008 2:43 pm
To get a value, it will be necessary to express the range and mean of set B in terms of the range and mean of set A. That will allow for quantities to cancel out and leave behind just constants.
Set B's mean can definitely be determined in terms of set A's mean:
A's mean = (A1 + A2 + A3 + A4 + A5 + A6 + A7 + A8 + A9) / 9
B's mean = [(A1 + 1) + (A2 + 2) + (A3 + 3) + (A4 + 4) + (A5 + 5) + (A6 + 6) + (A7 + 7) + (A8 + 8) + (A9 + 9)] / 9
= (A1 + A2 + A3 + A4 + A5 + A6 + A7 + A8 + A9 + 45) / 9
= (A1 + A2 + A3 + A4 + A5 + A6 + A7 + A8 + A9) / 9 + 5
= A's mean + 5
So we know that B's mean is 5 more than A's mean.
The range of B cannot be determined in terms of the range of A, however. To illustrate this, let's assign some values to the sets:
A = {1, 2, 3, 4, 5, 6, 7, 8, 9} (A1 is the first element, A2 is the second element, and so on)
mean = 5, range = 8
B = {2, 4, 6, 8, 10, 12, 14, 16, 18} (B1 is the first element, B2 is the second element, and so on)
mean = 10, range = 16
So, B's mean + B's range - (A's mean + A's range) = 10 + 16 - (5 + 8) = 13
Now, let's try another set of values:
A = {9, 8, 7, 6, 5, 4, 3, 2, 1} (A1 is the first element, A2 is the second element, and so on)
mean = 5, range = 8
B = {10, 10, 10, 10, 10, 10, 10, 10, 10} (B1 is the first element, B2 is the second element, and so on)
mean = 10, range = 0
So, B's mean + B's range - (A's mean + A's range) = 10 + 0 - (5 + 8) = -3
I think that in your solution, you assumed that the values A1, A2, ... , A9 were listed in increasing size. If that's true, then I agree that the answer would be 13. But that must be explicitly stated and cannot be assumed.
Rey