Bunuel
The original price of a computer was increased by x% to reach its current price. If Elena used a coupon that allowed her to purchase the computer at a y% discount off the current price, was the price at which she purchased the computer less than the original price of the computer?
(1) x = 12 and y < 12
(2) y > 9
Essentially, this is a mark-up discount question and requires only 1 calculation. Consider the original price to be the cost price. The price is marked up by x% and then a discount of y% is given. The question is whether there was a loss or not.
(1) x = 12 and y < 12
This I know is not sufficient. Mark up of 12% is on cost price and discount is given on the greater marked up price. So a lower discount will wipe out the entire mark up. But we don't know how much lower y actually is.
Not sufficient.
(2) y > 9
No value for x so certainly not sufficient.
Both together, let me find the value of y for which there will be no profit no loss i.e. she purchased the computer at original price.
\((1 + \frac{12}{100}) * DiscountMultiplier = 1\)
\(Discount Multiplier = \frac{100}{112} \)
If y were 9, discount multiplier would be \(\frac{91}{100}\)
Now the question is, which is greater: \(\frac{100}{112} or \frac{91}{100}\)
When I increase 100 (the denominator of second fraction) by 12%, I get 112, the denominator of first fraction. When I increase 91 (the numerator of 2nd fraction by 9 which is 10% of 91, I already get the numerator of first fraction.
It means first fraction is smaller than second fraction. Hence I need a greater discount than y = 9 so that the selling price = cost price. Since y > 9, it is possible that selling price is more than cost price, equal to cost price or less than cost price.
Hence this not sufficient and
answer is (E)If the last part is a bit too un-intuitive, think of it this way:
Discount percentage is \(\frac{12}{112} * 100 = 10.something = y\)
So if y = 9.5% say, then her purchase price is higher than original price but if y = 11%, then her purchase price is lower than original price. Since both values of y are acceptable as per the 2 statements, we cannot say whether her purchase price was lower than original price.
Answer (E)
Method 2:Alternatively think of this as successive percentage changes. You increase something by x% and then reduce it by y%. When will the overall impact be nothing?
If x = 12%
\(\frac{112}{100} * \frac{100}{112}\) will give us 1 i.e. no change.
100/112 is a decrease of 12/112 which is 10.something percent.
So if y = 9.5% say, then her purchase price is higher than original price but if y = 11%, then her purchase price is lower than original price. Since both values of y are acceptable as per the 2 statements, we cannot say whether her purchase price was lower than original price.
Note that both methods are actually the same. They are just different ways of thinking about it. After all, mark up is an application of successive percentage changes.
The concept of multiplier is
discussed in this video.Successive percentage changes are
discussed here.