RonPurewal
Gastón took a certain standardized test four times. His score improved by
s points from his first try to his second; fell by
t points from his second try to his third; and improved by
u points from his third try to his fourth. If Gastón’s score on his final attempt was
N points, which of the following expressions represents the average (arithmetic mean) of all four of Gastón’s scores?
A. \(\frac{N - u + t - s}{4}\)
B. \(N - \frac{3u}{4 }+ \frac{t}{2} - \frac{s}{4}\)
C. \(\frac{N}{4} - \frac{u}{2} + \frac{3t}{4} - s\)
D. \(\frac{N + u - t + s}{4}\)
E. \(N + \frac{3u}{4} - \frac{t}{2} + \frac{s}{4}\)
Attachment:
GMAT-Club-Forum-qs3j1dew.png
Official Explanation:Algebraic Approach:To find the answer algebraically, start from Gaston’s fourth and final score of N points, and find the other three scores by reversing the successive changes one at a time.
4th score: NThis score is u points higher than Gastón’s third score, so his third score is therefore (N – u) points.
3rd score: N – uThis score is t points lower than Gastón’s second score, so his second score is therefore (N – u + t) points.
2nd score: N – u + tThis score is s points higher than Gastón’s first score, so his first score is therefore (N – u + t – s) points.
1st score: N – u + t – sThe sum of all four of these scores is 4N – 3u + 2t – s points, so the average (arithmetic mean) is therefore \(\frac{4N -3u + 2t - s}{4}\), or \(N - \frac{3u}{4 }+ \frac{t}{2} - \frac{s}{4}\), points.
The correct answer is B.Number-Picking Approach:Since the values of the variables remain undetermined even when the problem is solved, we can choose our own values. Probably the most straightforward way to do this is to choose Gastón’s four scores directly, rather than to pick numbers directly for the variables (which represent differentials between consecutive scores). We don’t need to choose numbers within the real-life range of any actual standardized test (no need for numbers between 205 and 805!); we can use smaller, ‘friendlier’ numbers instead.
Let’s say
1st score = 2
2nd score = 3
3rd score = 1
4th score = 4
so therefore s = 1, t = 2, u = 3, and N = 4; (Note that t is NOT a negative number!)
and the answer to the problem is the average of all four scores, which is (2 + 3 + 1 + 4)/4 = 2.5 points.
Plug these values into
all five choices—remember coincidences are possible, so you can’t stop at the first value that works—and look for 2.5 to pop out:
A) \(\frac{4 - 3 + 2 - 1}{4}\)= 0.5. Eliminate;
B) \(4 - \frac{9}{4} + \frac{2}{2} - \frac{1}{4} = \frac{10}{4} =\) 2.5 (: Keep!
C) \(\frac{4}{4} - \frac{3}{2} + \frac{6}{4} - 1\) = 0. Eliminate;
D) \(\frac{4 + 3 - 2 + 1}{4}\) = 1.5. Eliminate;
E) \(4 + \frac{9}{4} - \frac{2}{2} + \frac{1}{4}\) = 5.5. Eliminate.
Only choice B survives, so B is the correct answer.