AMC 10 · 2005 · #11

Grade 6 geometry-3d
spatial-visualizationratio-proportionexponents convert-to-algebraidentify-subproblems ↑ Prerequisites: exponentsspatial-visualizationratio-proportion
📏 Medium solution 💡 2 insights
Problem
A wooden cube n units on a side is painted red on all six outer faces, then sliced into n³ unit cubes. Counting every little face of every unit cube, exactly one-fourth of those little faces are red. Find the value of n.

Pick an answer.

(A)
3
(B)
4
(C)
5
(D)
6
(E)
7

AMC 10 2005 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Introduce a Variable

Everything can be written in terms of the one unknown n, so Tool #4 (Introduce a Variable) drives the solution. Two counts are needed: the total number of little faces and the number of red little faces. The total is easy — n³ cubes with 6 faces each. The red count needs Tool #17 (Visualize Spatial Relationships): the red little faces are exactly the pieces of the big cube's painted skin, so they cover the original surface of 6 faces of area n². Comparing red to total gives a clean fraction tfrac1n; setting it equal to 1/4 pins down n. Tool #3 (Eliminate Possibilities) then matches the value to the answer list.

1STEP 1

Count all the little faces

Cutting gives n³ unit cubes, each with 6 faces of its own, so the whole pile holds 6n³ little faces, painted or not.

total faces = 6 · n³ = 6n³
2STEP 2

Count only the red faces

A cut never makes paint. Red is only the big cube's skin: 6 faces, each an n×n square of n² little squares — so 6n² red faces.

red faces = 6 · n² = 6n²
3STEP 3

Compare red to total

Red over total is 6n² divided by 6n³, and since 6n³ is n times 6n², everything cancels down to 1/n.

red/total=6n²/6n³=6n²/(n · 6n²)=1/n
4STEP 4

Solve for n and pick the choice

The red share is one-fourth, so 1/n=1/4; equal unit fractions force equal denominators, giving n=4, which is choice (B).

1/n=1/4 → n=4 → (B)
Answer
4
Check n=4 directly. The total faces are 6 · 4³=6 · 64=384. The red faces are 6 · 4²=6 · 16=96. The ratio is 96/384=1/4, exactly the one-fourth the problem demands. It also makes sense that the red share drops as the cube grows: a bigger cube has proportionally more hidden interior, so a smaller slice of faces stays painted, matching the pattern 1/n.
💡Key takeaway

Cutting adds lots of bare inside faces but no new paint, so the red share is just 1/n — set that equal to 1/4 to get n=4.

  • Count all the little faces
  • Count only the red faces
  • Compare red to total
  • Solve for n and pick the choice