Difficulty: Easy
Correct Answer: 1
Explanation:
Introduction / Context:The sequence lists squares of consecutive odd numbers. Identifying this property lets us find the term preceding 9 (which is 3^2).
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Odd numbers: 1, 3, 5, 7, 9, 11Squares: 1, 9, 25, 49, 81, 121Hence the missing initial term is 1Verification / Alternative check:Sequence strictly follows (2n−1)^2; with n = 1 gives 1, matching the missing place.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:1
Discussion & Comments