Difficulty: Easy
Correct Answer: 5
Explanation:
Introduction / Context:This mirrors a standard totals method: a new value below the current average pulls the mean down. Compute it via totals.Given Data / Assumptions:
Concept / Approach:Totals from averages yield the exact seventh value.Step-by-Step Solution:
Old total = 6 * 12 = 72New total = 7 * 11 = 77Seventh observation = 77 - 72 = 5Verification / Alternative check:Rechecking averages confirms correctness.Why Other Options Are Wrong:
Common Pitfalls:Assuming the seventh equals the new average without computing totals.Final Answer:
5
Discussion & Comments