Difficulty: Medium
Correct Answer: Midway between Agra and Banaras
Explanation:
Introduction / Context:
This problem blends arithmetic progression (AP) distance accumulation with a constant-speed counterpart to determine a meeting location along a straight line.
Given Data / Assumptions:
Concept / Approach:
If they meet after n hours, Akbar covers 8n. Birbal covers S_n of the AP: S_n = n/2 * (2a + (n−1)d) = n/2 * (8 + n−1) = n/2 * (n + 7). The sum of distances equals 144 km.
Step-by-Step Solution:
Verification / Alternative check:
Symmetric split (72 + 72) equals 144 km, so they meet exactly in the middle.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing distance-per-hour AP with speed AP; here the hourly distances form an AP, not Birbal’s speed in km/h (though numerically identical here hour by hour).
Final Answer:
Midway between Agra and Banaras
Discussion & Comments