Difficulty: Easy
Correct Answer: 2%
Explanation:
Introduction / Context:
This is a classic chain percentage problem linking cost price (CP), marked price (MP), discount, and selling price (SP). We compute SP in terms of CP and then convert the difference to a gain percentage.
Given Data / Assumptions:
Concept / Approach:
SP = CP * 1.20 * 0.85. Then gain% = [(SP − CP)/CP] * 100%.
Step-by-Step Solution:
SP = CP * 1.20 * 0.85 = CP * 1.02Gain = SP − CP = 0.02 * CPGain% = (0.02 * CP)/CP * 100% = 2%
Verification / Alternative check:
Take CP = ₹100. MP = ₹120. After 15% discount, SP = ₹102. Gain = ₹2 ⇒ 2%.
Why Other Options Are Wrong:
1% or 5% and 10% do not match the multiplicative effect; 15% confuses the discount with profit.
Common Pitfalls:
Subtracting percentages (20% − 15% = 5%) to infer profit; the base of 15% is MP, not CP.
Final Answer:
2%
Discussion & Comments