Difficulty: Easy
Correct Answer: 421
Explanation:
Introduction / Context:A common construction is “multiply by increasing integers then add a small constant.” Testing this quickly reveals the pattern here.
Observation / Approach:
Step-by-Step Solution:Compute 104 × 4 + 5 = 416 + 5 = 421.
Verification / Alternative check:Continuity with the next step (×5 + 5) perfectly matches the final given term 2110.
Why Other Options Are Wrong:433, 372, 840, 409 do not preserve both adjacent transitions with the same rule.
Common Pitfalls:Assuming addition-only or multiplication-only growth without testing a combined rule.
Final Answer:421
Discussion & Comments