Difficulty: Easy
Correct Answer: 18 17
Explanation:
Introduction / Context:
Alternating-operation sequences apply two different steps in turn, such as “add A, subtract B, add A, subtract B…”. Detecting this alternation enables rapid extension of the sequence to future terms without confusion.
Given Data / Assumptions:
Concept / Approach:
Confirm the alternating pattern by calculating consecutive differences. Then apply the same two-step cycle to the last known term to compute the next two values precisely.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
18 17
Discussion & Comments