Difficulty: Easy
Correct Answer: 17%
Explanation:
Introduction / Context:This is a straightforward chain of percentage changes: a markup from CP to MP, then a discount from MP to SP. The final profit percentage compares SP to CP.
Given Data / Assumptions:
Concept / Approach:Compute SP in terms of CP, then profit% = [(SP − CP)/CP] * 100%. Use an easy base (CP = 100) to simplify mental arithmetic.
Step-by-Step Solution:
Let CP = 100 ⇒ MP = 130 SP = 130 * 0.90 = 117 Profit% = (117 − 100)/100 * 100% = 17%Verification / Alternative check:General form: SP = 1.30*0.90*CP = 1.17*CP ⇒ profit is 17% of CP.
Why Other Options Are Wrong:Other values do not match the computed 1.17 multiplier relative to CP.
Common Pitfalls:Confusing 30% − 10% with the final profit; percentages compound multiplicatively, not additively.
Final Answer:17%
Discussion & Comments