Difficulty: Easy
Correct Answer: 84
Explanation:
Introduction / Context:Multiplying every term in a dataset by a constant scales the average by the same constant.Given Data / Assumptions:
Concept / Approach:If each value becomes 12 * value, then average becomes 12 * average.Step-by-Step Solution:
New average = 12 * 7 = 84Verification / Alternative check:Let the total initially be T = 10 * 7 = 70. After scaling, total = 12 * 70 = 840. New average = 840 / 10 = 84. Matches.Why Other Options Are Wrong:
Common Pitfalls:Trying to add instead of multiply the average or confusing the constant's effect.Final Answer:
84
Discussion & Comments