BrentGMATPrepNow
The average (arithmetic mean) of y numbers is x. If z is added to the numbers, the new average (arithmetic mean) will be z-5. What is the value of z in terms of x and y?
I wasn't sure how to interpret the problem. We have y numbers with an average of x. So the sum of the numbers is xy. Then "z is added to the numbers". That could mean one of two things:
• we are inserting into the set a new value, equal to "z". Then our new set will sum to xy + z, and we will have y+1 values in the set. So the new average will be (xy + z)/(y + 1), and if that equals z-5, we get an equation
(xy + z) /(y + 1) = z - 5
xy + z = yz - 5y + z - 5
xy +5y + 5 = yz
z = (xy + 5y + 5)/y = x + 5 + (5/y), which is answer A.
• but the wording could also mean that we're adding the value z to each number in our set; if I say "I have some numbers, and if 3 is added to the numbers, the new average is 20", that could mean I'm just increasing each number in the set by 3, and not that I'm inserting a new value of "3" into the set. If we interpret the question this way, then by adding z to each value, we increase the mean by z. So the new average of the set is x+z, and if that equals z-5, all we can learn is that x = -5. We can't get an answer this way, so this clearly is not the intended meaning.