Bunuel
Blair is shopping for a meal. He buys truffles, caviar, tuna, and grapes. He spends the same amount of money on each item, though he purchases different quantities of each. If the quantities purchased are all integer values greater than 1, and if the product of the weights in ounces of each item is equal to the price in cents paid for each item, what is the median price paid per ounce?
(1) Blair spent a total of $46.20 on items.
(2) Blair purchased a total of 26 ounces of food items.
Let the price paid per ounce for each item be P, Q, R, S
Let X be the total amount of money spent on each item, in cents
Let a, b, c, d be the quantity in ounces of each item, a,b,c,d are integers > 1
Hence, we have X = Pa = Qb = Rc = Sd
P = X/a, Q = X/b, R = X/c, S = X/d
X = a*b*c*d
Statement 1: 4X/100 = 46.20
Hence X = 1155 = 3*5*7*11
we get {a,b,c,d} = {3,5,7,11}...using this we can find out P,Q,R,S & hence the median price.
Statement 1 is Sufficient.
Statement 2: a + b + c + d = 26, we can have multiple values of {a,b,c,d} & no information about X.
Statement 2 is Not Sufficient.
Answer A.
Thanks,
GyM