Difficulty: Easy
Correct Answer: iv
Explanation:
Introduction / Context:
Successive discounts multiply, not add. To find the minimum selling price (SP), compute the net retention factor (fraction of MP paid) under each scheme and compare.
Given Data / Assumptions:
Let MP = 1 (or 100%). Compute the factor after each scheme.
Concept / Approach:
For successive discounts d1 and d2, net factor = (1 − d1)*(1 − d2). For a single discount d, factor = 1 − d. The smallest factor gives the minimum SP.
Step-by-Step Solution:
Verification / Alternative check:
Try MP = ₹100; resulting SPs are ₹81, ₹80.96, ₹80.75, and ₹80; the minimum is ₹80 under scheme (iv).
Why Other Options Are Wrong:
i, ii, iii produce higher SPs than iv based on the computed factors.
Common Pitfalls:
Adding discounts (e.g., 10% + 10% = 20%) without compounding leads to wrong comparisons.
Final Answer:
iv
Discussion & Comments