Difficulty: Easy
Correct Answer: a + 4
Explanation:
Introduction / Context:For equally spaced numbers (an arithmetic progression), the average equals the middle term. Five consecutive odd numbers centered around the third term follow this rule directly.
Given Data / Assumptions:
Concept / Approach:The average of an arithmetic progression equals (first + last) / 2. With an odd count, it also equals the middle element.
Step-by-Step Solution:
Average = (a + (a + 8)) / 2 = (2a + 8) / 2 = a + 4Middle term is a + 4, which matches the computed meanVerification / Alternative check:Pick a = 1. The set is 1, 3, 5, 7, 9. Average = 25 / 5 = 5. Middle term = 5 = 1 + 4.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting to average first and last or not recognizing the middle term identity for an odd count.
Final Answer:a + 4
Discussion & Comments