Difficulty: Easy
Correct Answer: 2% loss
Explanation:
Introduction / Context:
Retail pricing often involves marking up from cost and then discounting for sale. The combined effect is multiplicative, and the outcome could be a gain or a loss depending on the magnitudes of markup and discount.
Given Data / Assumptions:
Concept / Approach:
Compute SP as a multiple of C, then compare SP to C. Gain/Loss% = (SP − C) / C * 100. If negative, it is a loss.
Step-by-Step Solution:
SP = 1.4C * 0.70 = 0.98C.Gain/Loss% = (0.98C − C) / C * 100 = −0.02 * 100 = −2%.Therefore, there is a 2% loss.
Verification / Alternative check:
Plug a number: If C = 100, MP = 140; 30% off MP gives SP = 98, which is 2 less than cost, confirming a 2% loss.
Why Other Options Are Wrong:
Any gain options contradict SP = 0.98C; larger loss values like 12% do not match the computed product.
Common Pitfalls:
Adding or subtracting percentages directly (e.g., 40 − 30 = 10% gain). This ignores the multiplicative effect and leads to incorrect conclusions.
Final Answer:
2% loss
Discussion & Comments