Difficulty: Medium
Correct Answer: ₹ 8712
Explanation:
Introduction / Context: This problem combines successive discounts with an additional expense (transport) and a target profit on the total effective cost. It tests multi-step percentage handling.
Given Data / Assumptions:
Concept / Approach: Apply discounts successively: Price_after_discounts = 10000 * 0.90 * 0.80. Add transport at 10% of that purchase cost. Finally, multiply by 1.10 to achieve a 10% profit on the total cost base.
Step-by-Step Solution:
Price after discounts = 10000 * 0.90 * 0.80 = 7200Transport = 10% of 7200 = 720Total effective cost = 7200 + 720 = 7920Required SP for 10% profit = 7920 * 1.10 = 8712Verification / Alternative check: Profit amount = 8712 − 7920 = 792 ⇒ 792/7920 * 100 = 10% exactly.
Why Other Options Are Wrong: 8722 and 8840 deviate from the exact 10% profit. 7892 is below cost; 8800 overshoots the target profit.
Common Pitfalls: Treating successive discounts as a single 30% discount on MRP without compounding (actual multiplier is 0.90 * 0.80 = 0.72). Another mistake is applying profit% on the pre-transport cost rather than on the full effective cost.
Final Answer: ₹ 8712
Discussion & Comments