When is appended to a list of integers, the mean is increased by . When is appended to the enlarged list, the mean of the enlarged list is decreased by . How many integers were in the original list?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
Describe the list by count n and mean m (sum mn); each appended number yields a linear equation: m+2n = 13 and 2m+n = 14.
Solution
Let the original list have integers with mean , so its sum is . The individual entries never matter, only this sum.
Append : the new list has entries, sum , and mean :
Append to that list: entries, sum , and the mean drops by from to :
From the first equation ; substituting, , so and (with ).
Sanity check with four s: adding gives mean (up ); adding gives (down ).
The answer is .
Why this works
A statement about a mean is a statement about a sum: mean count. Parametrizing the list by instead of by its entries turns each "the mean changes by" sentence into one linear equation, because the products cancel on both sides. Two sentences, two equations, two unknowns.
Alternative approach
Test the choices with a constant list. For , choose four copies of some value ; the first condition gives , and then confirms the second. Since the answer is unique, (A) is it.
The trap
Comparing the second mean to the original mean instead of to the enlarged list's mean (it should be m + 2 - 1 = m + 1 with n + 2 numbers).
Common mistakes
- Comparing the second mean to the original mean instead of to the enlarged list's mean (it should be m + 2 - 1 = m + 1 with n + 2 numbers).
- Expanding or incorrectly, for example swapping the and terms, which yields .
Techniques
Set up the equation/formula and compute; no special trick needed · Substitute to simplify (u = x+1/x, shifting, scaling)