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:
8n + (n/2)(n + 7) = 144Multiply by 2 ⇒ 16n + n(n + 7) = 288n^2 + 23n − 288 = 0Discriminant = 1681 = 41^2 ⇒ n = (−23 + 41)/2 = 9Akbar’s distance = 8 * 9 = 72 km; Birbal’s distance (AP sum) = 72 kmVerification / 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