The figure shows some sets of equal weight among objects of four kinds: cylinders, spheres, cones, and cubes. In the last one, four cones are placed in the left pan. What is the smallest number of objects that can be put on the right pan to balance the cones?
Solution
One way that will work is to make equations. Let c be the weight of a cylinder, b be the weight of a cube, and s be the weight of a sphere. We can arbitrarily let the weight of a cone be 1, since we can find all of the relative weights in terms of a cone.
Now we have three equations in three variables:
2c+s6sc+1=3b+2=1+c+b=b+2s
Moving all the terms to one side we get the following:
0=3b−2c−s+2=b+c−6s+1=b−c+2s−1
We can add linear combinations of these expressions to each other and know that the resulting sum will be 0.
0=3b−2c−s+2+2(b+c−6s+1)=3b−2c−s+2+2b+2c−12s+2=5b−13s+4
0=3b−2c−s+2+2(b−c+2s−1)=3b−2c−s+2+2b−2c+4s−2=b−5s+4
So b=5s−4. We can substitute this into the earlier equation:
0=5(5s−4)−13s+4=25s−20−13s+4=12s−16
So s=1216=34. Then b=5(34)−4=320−312=38.
Finally, we can use one of our original equations to solve for c.
c+1c=38+2(34)=316=313
Thus the relative weights are:
We need to balance 4 cones. That is, we need to balance a weight of 4. So it's easy:
cube + sphere = 38+34=312=4.
We can do it with just two blocks (a cube and a sphere).
Query: Is there a snazzy way to do this visually? It seems a shame to turn the pretty pictures into equations.