AMC 10 · 2005 · #10

Grade 6 geometry-3d
spatial-visualizationratio-proportionexponents convert-to-algebraidentify-subproblems ↑ Prerequisites: exponentsspatial-visualizationratio-proportion
📏 Medium solution 💡 2 insights
Problem
A wooden cube is painted on all six outer faces, then sliced into unit cubes. Exactly one-fourth of all the little faces are red. Find the side length of the original cube.

Pick an answer.

(A)
3
(B)
4
(C)
5
(D)
6
(E)
7
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

Every unit cube has six faces, so the total is six times the volume.

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

Count only the red faces

The paint is just the original skin, divided into little squares.

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

Compare red to total

Comparing them cancels everything but a single reciprocal.

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

Solve for n and pick the choice

Setting that equal to one fourth gives 4, 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 tfrac1n.
💡Key takeaway

Cutting adds lots of bare inside faces but no new paint, so the red share is just tfrac1n — 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