Maths Olympiad Prep

Library / /231 of 520

Combinatorics Difficulty 5.5 AIME, harder Find the answer

A merchant uses a faulty scale to measure goods, that is, a scale whose arms are not of equal length. Two customers request goods of equal weight. The merchant places the goods for the first customer in the pan labeled AA, and the weights in the pan labeled BB. For the second customer, the merchant places the goods in the pan labeled BB, and the weights in the other pan. Question: Under this procedure, does the merchant gain, or lose?

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

If the arms of the balance are l1l_{1} and l2l_{2}, the weights of the goods are p1p_{1} and p2p_{2}, and the weight used for measuring the goods is qq, then

p1l1=ql2 and p2l2=ql1 p_{1} l_{1}=q l_{2} \text { and } p_{2} l_{2}=q l_{1} \text {, }

from which

p1+p2=q(l2l1+l1l2) p_{1}+p_{2}=q\left(\frac{l_{2}}{l_{1}}+\frac{l_{1}}{l_{2}}\right)

But

l2l1+l1l2=l12+l22l1l2=(l1l2)2+2l1l2l1l2=2+(l1l2)2l1l2>2 \frac{l_{2}}{l_{1}}+\frac{l_{1}}{l_{2}}=\frac{l_{1}^{2}+l_{2}^{2}}{l_{1} l_{2}}=\frac{\left(l_{1}-l_{2}\right)^{2}+2 l_{1} l_{2}}{l_{1} l_{2}}=2+\frac{\left(l_{1}-l_{2}\right)^{2}}{l_{1} l_{2}}>2

Thus

p1+p2>2q p_{1}+p_{2}>2 q

so the trader loses. Φ\Phi

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.