
What rectangular boxes, with integer sides, have their surface
areas equal to their volumes? One example is 4 by 6 by 12. There
are 10 solutions. Can you find them all?
Suppose the dimensions of the box are a, b and c units where
,
then the volume of the box is
and the surface area is
.
If these are equal to each other you can divide the expression you get by
abc to give:
Now you have 3 positive numbers (fractions) adding up to 1 and there are
only a few possible ways this can happen. None of the fractions can be very
small or very big. You need to show that
This limits the number of possibilities. Knowing how far to go in the
search, it is then easy to write a short program to find all possible
boxes. You could use a spreadsheet. You could just go through all possible
cases systematically as people would have done before the days of
computers.
According to Plutarch, the Greeks found all the rectangles with integer
sides, whose areas are equal to their perimeters. Can you find them? You
can use the technique described above in this simpler case.