Difficulty: Easy
Correct Answer: 37.5%
Explanation:
Introduction / Context:
This problem combines two percentage chains: cost to marked price, and marked price to selling price via discount. The final aim is to compute the gain percentage relative to the cost price after discounting from the marked price.
Given Data / Assumptions:
Concept / Approach:
Use a symbolic MP (e.g., MP = M). Express CP and SP in terms of M, then compute gain% with CP as the base. The M cancels out, leaving a clean percentage result independent of actual prices.
Step-by-Step Solution:
Verification / Alternative check:
Pick a concrete MP, say 100. Then CP = 64 and SP = 88, so gain = 24 on cost 64 ⇒ 24/64 = 0.375 = 37.5%. Matches the symbolic result.
Why Other Options Are Wrong:
Common Pitfalls:
Using discount on CP or computing profit over MP. Always maintain the correct bases: discount on MP; profit on CP.
Final Answer:
37.5%
Discussion & Comments