Four spheres—made of the same material and having homogeneous mass distribution—have distinct integer radii smaller than 100 when measured in centimeters.
The smallest and biggest ones are placed on the first pan of a balance scale, while the third and second biggest ones are placed on the second pan.
As you can see in the diagram, both couples of spheres weigh exactly the same. You are then told that
Which of the four spheres has radius
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's call a , b , c and d the radii of the spheres with 1 0 0 > a > b > c > d .
The weight of a sphere with homogeneously distributed mass with radius r will be proportional to r 3 and hence we will have a 3 + d 3 = b 3 + c 3 (we cannot neither have a 3 + b 3 = c 3 + d 3 since a > c and b > d nor a 3 + c 3 = b 3 + d 3 since a > b and c > d .)
Numbers that can be written as a sum of cubes in more than a way are called taxicab numbers . We can compute those (cf. python code at the end) for which all terms are < 1 0 0 3 and in the output, we can see that only the integer 2 4 can appear as the smallest term or the second smallest or the second largest or the largest term. So only if one of the radii is r = 2 4 can we guessed it with absolute certainty.
2 4 3 + 2 3 = 1 8 3 + 2 0 3 2 7 3 + 1 0 3 = 1 9 3 + 2 4 3 5 5 3 + 1 7 3 = 2 4 3 + 5 4 3 8 0 3 + 2 4 3 = 6 2 3 + 6 6 3 9 8 3 + 2 4 3 = 6 3 3 + 8 9 3
We can also see that only when 2 4 is the smallest term can we have two different solutions so the answer is that r = 2 4 is the radius of the smallest sphere