Difficulty: Easy
Correct Answer: 192
Explanation:
Introduction / Context:
Successive division by a descending sequence of integers (6, 5, 4, 3, 2, …) is a staple pattern. Once identified, the gap fills uniquely.
Given Data / Assumptions:
Concept / Approach:
Check 5760/6 = 960. Therefore the next division should be by 5; continue by 4, by 3, and by 2.
Step-by-Step Solution:
Verification / Alternative check:
The neat integer results at each step confirm the intended pattern.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming constant ratio; the ratio changes with each step because the divisor changes.
Final Answer:
192
Discussion & Comments