A question in the standardized test is:
The average of $n$ numbers is $a$. If $x$ is subtracted from each number the average will be
a) $(ax)/n\quad$ b) $(an)/x\quad$ c) $an-x\quad$ d) $n-x\quad$ e) $a-x$
The answer to this is e) $a-x$.
Could anyone please help me figure how the author got this answer ??
Let $n_1, \dots, n_m$ be the $m$ numbers. That the average of the numbers is $a$ means that $$\frac{n_1 + \dots + n_m}{m} = a. $$ Now subtract $x$ from each number and compute the average and you get:
$$\begin{align} \frac{(n_1- x) + \dots +(n_m - x) }{m} &= \frac{n_1 + \dots + n_m - mx}{m} \\ &= \frac{n_1 + \dots n_m}{m} - \frac{mx}{m} \\ &= a - x \end{align} $$