Difficulty: Medium
Correct Answer: 5040
Explanation:
Introduction / Context:
Here the sequence grows via changing multiplicative factors that increase by 0.5 each time: ×1.5, ×2.0, ×2.5, ×3.0, ×3.5, and so on. Such “laddered multipliers” are a frequent pattern.
Given Data / Assumptions:
Concept / Approach:
The next multiplier is ×4.0. Apply it to 1260.
Step-by-Step Solution:
Verification / Alternative check:
Sequence of multipliers (1.5, 2.0, 2.5, 3.0, 3.5, 4.0) is perfectly regular.
Why Other Options Are Wrong:
Common Pitfalls:
Mistaking these for factorial products; while 5040 equals 7!, the generative rule here is the multiplier ladder.
Final Answer:
5040
Discussion & Comments