Find the minimum surface area for a polycube composed of 2000 unit cubes.
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.
A perfect cube of volume 2 0 0 0 has a surface area of 9 5 2 . 5 6 . . . and edge length of 1 2 . 5 9 9 2 . . . . So, we look for sides a , b , c that are all close to that number. ( a , b , c ) = ( 1 1 , 1 3 , 1 4 ) yields the smallest surface area
2 ( a b + b c + c a ) = 9 5 8
Now, but the volume is
a b c = 2 0 0 2
which we can fix by taking out 2 cubes from any corner which doesn't change the total surface area.