kevincan
Five shirts with defects are for sale at Divaly. The price of each shirt is a two-digit integer number of euros. If Stefanny buys any two of the shirts, she will pay either €81, €105, €112, or €136. Which of the following could the amount Stefanny will pay if she buys all five shirts?
I €270
II €273
III €285
A. I only
B.II only
C. III only
D. I and III
E. II and III
Using logic and reasoning, you can arrive at the answer fairly quickly.
There are 5 shirts but only 4 distinct sums of two prices. Why? If all 5 shirts had distinct pricing, we would have got many more distinct sums. This means some shirts must have identical pricing.
What if there are only 2 distinct pricing a and b? Then we will get at max 3 distinct sums, a+a, b+b, a+b.
So there must be 3 distinct prices (a, b, c) to get 4 distinct sums. (a+b, b+c, a+c, 2c) So 3 of the shirts have the same price c.
Since one of the sums is 2c, it must be an even number and hence it must be either 112 or 136.
If 2c = 112, then c = 56
Diff of 56 from 81, 105 and 136 is 25, 49 and 80. Out of these which values are a and b? Since 25 + 80 =105 which is one of the sums, it means the prices are 25, 81 and 56.
Total price of all 5 shirts = 25 + 81 + 56*3 = 273.
Hence II is definitely possible. So answer will be (B) or (E). If I am short on time here, I will guess (E) and move on because I know that 2c can be 136 too and it is likely that that sum will also be in there. Let's check though.
If 2c = 136, then c = 68
Diff of 68 from 81, 105 and 136 is 13, 37 and 44. Out of these which values are a and b? Since 37 + 44 = 81 which is one of the sums, it means the prices are 37, 44 and 68.
Total price of all 5 shirts = 37 + 44 + 3*68 = 285
Answer (E)