Difficulty: Easy
Correct Answer: 75
Explanation:
Introduction / Context:We determine the rule generating the sequence. The increments between consecutive terms are increasing by a constant amount, a common pattern in aptitude tests.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
15−12 = 321−15 = 630−21 = 942−30 = 1257−42 = 15Pattern: differences increase by +3 each time ⇒ next difference = 18Next term = 57 + 18 = 75Verification / Alternative check:Continuing the +3 step keeps the structure consistent; 75 fits naturally as the next term.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:75
Discussion & Comments