Geometry & Figures

Problem

Height on a plan makes it a solid

Three grids show a stack of cubes one layer at a time. We need the view from above with the number of cubes written in each cell.
layer 1 front layer 2 front layer 3 front top front
Geometry
Your answer
How to solve
Strategy Visualize Spatial Relationships — The layer pictures are horizontal slices; the top view is a vertical count. So go cell by cell and ask how many of the three slices that cell appears in -- that number is the height of the stack there.
1STEP 1

Read the footprint off layer 1

Every stack rests on the floor, so layer 1 is exactly the set of cells the top view will use.

2 + 4 + 1 = 7
2STEP 2

Count how many layers each cell appears in

Row 4 column 1 and row 3 column 4 appear in all three layers; row 2 columns 2 and 3 and row 3 column 2 appear in two; row 3 columns 1 and 3 appear in layer 1 only.

3STEP 3

Write the counts into the top view

Row 2 gets 2 and 2 in columns 2 and 3; row 3 gets 1, 2, 1, 3; row 4 gets 3 in column 1.

4STEP 4

Check the total

The numbers written down should add to the same total as the three layers counted separately.

7 + 5 + 2 = 14
Answer
Row 2: -, 2, 2, -; row 3: 1, 2, 1, 3; row 4: 3, -, -, - (14 cubes in all)
Add the written numbers: 2 + 2 + 1 + 2 + 1 + 3 + 3 = 14, and the layers give 7 + 5 + 2 = 14 as well.
Takeaway

Layer pictures slice a stack sideways; the top view counts straight down.

  • Read the footprint off layer 1
  • Count how many layers each cell appears in
  • Write the counts into the top view
  • Check the total

▶ Practice — 12 problems