Find the average of the squares of the consecutive odd numbers from 1 to 21.
2022
Find the average of the squares of the consecutive odd numbers from 1 to 21.
Answer: C. 161 — CONCEPTThe average of a finite list is its total divided by the number of terms. For the first n positive odd numbers, the sum of their squares is n(4n2 −…
- A.
162
- B.
159
- C.
161
- D.
160
Attempted by 7 students.
Show answer & explanation
Correct answer: C
CONCEPT
The average of a finite list is its total divided by the number of terms.
For the first n positive odd numbers, the sum of their squares is n(4n2 − 1)/3.
APPLICATION
The odd numbers from 1 to 21 are 1, 3, …, 21. Their count is n = (21 + 1)/2 = 11.
Apply the odd-square formula: 11(4 × 112 − 1)/3 = 11(4 × 121 − 1)/3 = 11(484 − 1)/3 = 11 × (483/3) = 11 × 161 = 1771.
Divide the total by the 11 terms: 1771/11 = 161.
CROSS-CHECK
Group the directly calculated squares from opposite ends: (12 + 212) + (32 + 192) + (52 + 172) + (72 + 152) + (92 + 132) + 112.
The grouped sum is 442 + 370 + 314 + 274 + 250 + 121 = 1771.
Dividing this independently checked total by 11 gives 1771/11 = 161. Therefore, the required average is 161.