How many cubes are left after removing the surface of a cube?

1.8k Views Asked by At

$n^{3}$ cubes are glued together to form one solid cube which is then hung in the air. As time proceeds, the most outer layer of this solid cube begins to dissolve and eventually those smaller cubes fall to the ground. Exactly how many?

1

There are 1 best solutions below

0
On

Assuming that outer layer dissolves at same rate at all surfaces. Also assuming your question "Exactly how many?" means "exactly how many cubes are left?"

Lucky for us $n^3$ is the volume of a cube of edge n, meaning the cube formed by gluing together $n^3$ cubes has each edge made up of n small cubes. That is a massive hint.

The dissolved cubes would be the surface area of the cube (adjusted for double counting), i.e. $6n^2$ (surface area for 6 surfaces) - $12n$ (removing double counting for 12 edges) + $8$ (adding back the 8 corners which were double removed in double counting adjustment)

Therefore, the number of little cubes remaining $N = n^3 - (6n^2 - 12n +8)$
$= n^3 - 6n^2 + 12n - 8$

Try putting some values for n, and you can verify the veracity.