Difficulty: Easy
Correct Answer: 9
Explanation:
Introduction / Context:
This sequence alternates between a changing number and a fixed number. Detecting the alternating positions (odd/even indices) quickly reveals which entry is inconsistent.
Given Data / Assumptions:
Concept / Approach:
Read terms in two interleaved subsequences: one fixed at 16, the other apparently increasing by 1 each occurrence. Any break in either subsequence marks the odd term.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
9
Discussion & Comments