Exemplary Solutions
Problem 1: The mean of $5$ observations is $15$. If a new observation is included, the mean becomes $17$. Find the value of the included observation.
Solution:
$$\text{Sum of original 5 observations} = 5 \times \bar{x} = 5 \times 15 = 75$$
Let the new observation be $x$. The new number of observations is $5 + 1 = 6$.
$$\text{New Sum} = 6 \times \text{New Mean} = 6 \times 17 = 102$$
$$\text{Value of included observation} = 102 - 75 = \mathbf{27}$$
Problem 2: The following observations are arranged in ascending order: $11, 13, 15, 19, x + 2, x + 4, 30, 35, 39, 43$. If the median of the data is $25$, find the value of $x$.
Solution:
Count the number of observations: $n = 10$ (which is an even number).
The median is the average of the $\left(\frac{10}{2}\right)^{\text{th}} = 5^{\text{th}}$ and $\left(\frac{10}{2} + 1\right)^{\text{th}} = 6^{\text{th}}$ observations:
$$5^{\text{th}} \text{ term} = x + 2, \qquad 6^{\text{th}} \text{ term} = x + 4$$
$$\text{Median} = \frac{(x + 2) + (x + 4)}{2} = \frac{2x + 6}{2} = x + 3$$
Equating this to the given median ($25$):
$$x + 3 = 25 \implies \mathbf{x = 22}$$