Geometry & Figures

Problem

Exposed faces depend on a cube's position

A big cube is built from 27 small cubes stacked 3 across, 3 deep, and 3 high. The whole outside surface (including the bottom touching the ground) is painted, then the big cube is taken apart. I need to count how many of the 27 small cubes ended up with paint on exactly two of their faces.
GeometryMeasurement & data
Your answer
How to solve
Strategy Visualize Spatial Relationships — Where a small cube sits inside the big cube decides how many of its faces were on the outside. Corner cubes touch three outer faces, edge cubes touch two, center-of-a-face cubes touch one, and the hidden middle cube touches none. By picturing (or holding) the cube and sorting positions by how many faces are exposed, I can count the exactly-two group directly. Drawing the cube helps me see the edges where those cubes live.
1STEP 1

Sort small cubes by where they sit

A small cube's painted faces are the outer faces reaching it: corners meet 3, edges 2, face centres 1, the buried one none.

2STEP 2

Two painted faces means an edge spot

Two painted faces means an edge spot, and along an edge of 3 only the middle cube is not a corner.

3 - 2 = 1
3STEP 3

Count the edges of a cube

A cube has 12 edges, and each one holds exactly one such middle cube.

4 + 4 + 4 = 12
4STEP 4

Multiply edges by cubes per edge

There are 12 edges and 1 two-face cube on each edge, so the total number of small cubes with exactly two painted faces is 12 times 1.

12 × 1 = 12
Answer
12
Check that all 27 cubes are accounted for: 8 corners (3 faces) + 12 edges (2 faces) + 6 face-centers (1 face) + 1 hidden middle (0 faces) = 8 + 12 + 6 + 1 = 27. The total matches, and 12 is a whole number less than 27, so the answer is sensible.
Takeaway

Cubes with two painted faces live in the middle of each edge, and a cube has 12 edges, so there are 12 of them.

  • Sort small cubes by where they sit
  • Two painted faces means an edge spot
  • Count the edges of a cube
  • Multiply edges by cubes per edge
Where next?
Another one like thissuggested

▶ Practice — 12 problems