Step 1: Understanding the Concept:
The arithmetic mean is sensitive to changes in the data. If a constant value is added to, subtracted from, multiplied by, or divided from every observation in a set, the mean will change by that same constant.
Step 2: Detailed Explanation:
Let the original observations be $x_1, x_2, \dots, x_n$ with mean $\bar{x} = \frac{\sum x_i}{n}$.
If every observation is increased by 5, the new observations become $(x_1 + 5), (x_2 + 5), \dots, (x_n + 5)$.
The new mean $\bar{x}'$ is:
\[ \bar{x}' = \frac{(x_1 + 5) + (x_2 + 5) + \dots + (x_n + 5)}{n} \]
\[ \bar{x}' = \frac{(x_1 + x_2 + \dots + x_n) + (5 \times n)}{n} \]
\[ \bar{x}' = \frac{\sum x_i}{n} + \frac{5n}{n} = \bar{x} + 5 \]
Step 3: Final Answer:
The new mean will increase by 5.