Difficulty: Easy
Correct Answer: 11 1/9%
Explanation:
Introduction / Context:
This is a classic reverse-percentage question from retail mathematics. If a price is first decreased and then increased, the required percentage to return to the original value is not the same as the initial decrease. We need to compute the exact increase that undoes a 10% cut.
Given Data / Assumptions:
Concept / Approach:
After a 10% cut, the new price is 90% of P, i.e., 0.9P. To get back to P, we must find r such that (1 + r) * 0.9P = P. Solving for r gives r = 1/9 = 0.111… = 11 1/9%. The key idea is that reverse percentages are computed relative to the reduced base, not the original base.
Step-by-Step Solution:
Verification / Alternative check:
Take P = 100. After 10% cut → 90. Increase by 11 1/9% → 90 * (1 + 1/9) = 90 * (10/9) = 100, which matches the original price.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming the reverse percentage equals the original cut. Always compute on the changed base.
Final Answer:
Discussion & Comments