Difficulty: Easy
Correct Answer: None of these
Explanation:
Introduction / Context:
Transformations applied uniformly to every term in a data set apply the same transformation to the average. This property lets us compute new averages quickly without re-summing all terms.
Given Data / Assumptions:
Concept / Approach:
If each data point is divided by a constant k, the average is also divided by k. Thus New average = Old average / 5.
Step-by-Step Solution:
Verification / Alternative check:
New sequence becomes 20, 40, 60, ..., 200. The first and last terms’ mean is (20 + 200) / 2 = 110, matching the transformation rule.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing division with subtraction, or mistakenly dividing by the number of terms again after transformation.
Final Answer:
None of these (the correct new average is 110).
Discussion & Comments