1980 USAMO Problems/Problem 1
Problem
A balance has unequal arms and pans of unequal weight. It is used to weigh three objects. The first object balances against a weight , when placed in the left pan and against a weight , when placed in the right pan. The corresponding weights for the second object are and . The third object balances against a weight , when placed in the left pan. What is its true weight?
Solution
A balance scale will balance when the torques exerted on both sides cancel out. On each of the two sides, the total torque will be . Thus, the information we have tells us that, for some constants :
In fact, we don't exactly care what are. By subtracting from all equations and dividing by , we get:
We can just give the names and to the quantities and .
Our task is to compute in terms of , , , , and . This can be done by solving for and in terms of ,,, and eliminating them from the implicit expression for in the last equation. Perhaps there is a shortcut, but this will work:
\begin{align*} B &= X + Yb\\ \implies B &= A - Ya + Yb\\ \implies Y(b-a) &= B-A\\ \implies Y &= \frac{B-A}{b-a}\\ \implies X &= \boxed{A - a\left(\frac{B-A}{b-a}\right)} \end{align*}
\begin{align*} C &= X + Yc\\ \implies Yc &= C - X\\ \implies c &= \frac{C-X}{Y}\\ \implies c &= \frac{C - [A - \frac{B-A}{b-a} \cdot a]}{\frac{B-A}{b-a}}\\ \implies c &= \frac{C - A + a\left(\frac{B-A}{b-a}\right)}{\frac{B-A}{b-a}}\\ \implies c &= \frac{C(b-a) - A(b-a) + a(B-A)}{B-A}\\ \implies c &= \frac{Cb - Ca - Ab + Aa + Ba - Aa}{B-A}\\ \implies c &= \frac{Cb - Ca - Ab + Ba}{B-A} \end{align*}
So the answer is: .
See Also
1980 USAMO (Problems • Resources) | ||
Preceded by First Question |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.