Goal: Find the number of 1 cm × 1 cm × 1 cm cubes with no colour after cutting the painted 4 × 3 × 3 block.
Step 1 — Understand what “no colour” means:
A small cube has no colour iff it never touched any outer surface before cutting. In a rectangular block of L × B × H small cubes, these are the completely interior cubes obtained by peeling off a 1-cube thick layer from every face.
Step 2 — Direct interior-cubes formula:
Number of unpainted (no-colour) cubes = (L − 2) × (B − 2) × (H − 2).
Here L = 4, B = 3, H = 3 (in units of 1-cm cubes).
So, unpainted = (4 − 2) × (3 − 2) × (3 − 2) = 2 × 1 × 1 = 2.
Step 3 — Complementary check (optional but reassuring):
Total small cubes = 4 × 3 × 3 = 36.
Classify painted cubes by where they lie:
• Corners (3 colours): always 8.
• Edges (2 colours, excluding corners): for an edge of length n, it contributes (n − 2). The 4 × 3 × 3 block has four edges of length 4 and eight edges of length 3, so edges = 4×(4 − 2) + 8×(3 − 2) = 8 + 8 = 16.
• Face-centres (exactly 1 colour): interior on each painted face. For 4×3 faces (four faces): (4 − 2)×(3 − 2) = 2 per face → 4×2 = 8. For 3×3 faces (two faces): (3 − 2)×(3 − 2) = 1 per face → 2×1 = 2. Total 1-colour = 8 + 2 = 10.
Sum of painted (≥1 colour) = 8 (corners) + 16 (edges) + 10 (face-centres) = 34.
Hence unpainted = Total − Painted = 36 − 34 = 2 (matches).
Final Answer: 2 cubes have no colour.