Difficulty: Medium
Correct Answer: 19.2%
Explanation:
Introduction / Context:
This question features a staircase of discounts across services within a single year. We must carefully interpret the policy: a fixed base price, a one-time 10% discount on the second service, successive 10% reductions relative to the immediately previous amount paid for the third and fourth, and from the fifth service onward a flat 60% of the full charge per service.
Given Data / Assumptions:
Concept / Approach:
Compute the total actually paid for 5 services and compare with the full-price total (5 * 400). The discount percentage equals (Full − Paid) / Full * 100.
Step-by-Step Solution:
Full-price total = 5 * 400 = ₹ 2000Actual paid = 400 + 360 + 324 + 291.60 + 240 = ₹ 1615.60Total discount = 2000 − 1615.60 = ₹ 384.40Discount% = 384.40 / 2000 * 100 = 19.22% ≈ 19.2%
Verification / Alternative check:
Rounding the fourth service to ₹ 292 changes the final by less than 0.02 percentage points; 19.2% remains the correct rounded choice to one decimal place.
Why Other Options Are Wrong:
18.5% and 17.6% are too low; 26% is far too high; 21% overshoots the computed value.
Common Pitfalls:
Misreading “10% of the previous amount paid” as “10% of the original ₹ 400” for services 3 and 4, or mishandling the 60% rule from the fifth service.
Final Answer:
19.2%
Discussion & Comments