Reasoning · Grade 6-2 Top, Front, and Side Views of a Stack

Problem

Views of a cube stack from each direction

A stacking table gives each square's cube count in the plan from above, 0 for none. Rows run back to front: (1) 1, 0, 3 / 2, 3, 1. (2) 0, 2, 1 / 3, 1, 2 / 1, 0, 0. (3) 2, 2, 1 / 1, 1, 3 / 2, 3, 0. Draw (1) front and back, (2) back and left, (3) left and right.
Example front right side 3 3 2 1 top (1) 1 3 2 3 1 back front front back (2) 2 1 3 1 2 1 back left side back left side (3) 2 2 1 1 1 3 2 3 left side right side left side right side
Your answer
How to solve
Strategy Visualize Spatial Relationships — Guessing at views from a picture of the solid is exactly how mistakes happen, so I turn the whole job into two mechanical questions and answer them the same way every time. First, what does one direction of view do to the table? It collapses a whole line of the table into a single column of the picture, and the height of that column is the largest number in the line, because the tallest pile hides every shorter one behind it. Second, in what order do those columns appear from left to right? That is settled once and for all by asking which line of the table is on my left when I stand in that spot. With those two rules fixed I can list, line by line, the heights for each of the six pictures, and then check the whole answer against the fact that walking to the opposite side of the shape flips the picture left-to-right. Real cubes, or a hand held up like a wall, make both rules obvious to a beginner.
1STEP 1

The rule for a view: each column is as tall as the tallest pile in that line

A column is as tall as the tallest pile in its line.

height of a column = max(numbers in that line), max(3,2)=3, max(3,1)=3
2STEP 2

Decide which line of the table you are looking down, and in what order

Decide which line, and in what order.

front: L, M, R back: R, M, L left side: back, mid, front right side: front, mid, back
3STEP 3

Notice the mirror: opposite directions give mirror-image pictures

The opposite view is left-right mirrored.

back = reverse(front), right side = reverse(left side)
4STEP 4

Part (1): the front view and the back view

In (1) the front is 2, 3, 3 and the back mirrors it.

max(1,2)=2, max(0,3)=3, max(3,1)=3 → front 2,3,3 → back 3,3,2
5STEP 5

Part (2): the back view and the left-side view

In (2) the back is 3, 2, 2 and the left side 2, 2, 3.

back: max(0,3,1)=3, max(2,1,0)=2, max(1,2,0)=2 → 3,2,2 → 2,2,3
6STEP 6

Part (3): the left-side view and the right-side view

In (3) the left is 2, 3, 3 and the right mirrors it.

max(2,2,1)=2, max(1,1,3)=3, max(2,3,0)=3 → left 2,3,3 → right 3,3,2
7STEP 7

Check the six pictures against the cubes themselves

The cubes confirm all six pictures.

2+3+3 = 8 squares, 2+2+3 = 7 squares, 2+3+1 = 6 squares
Answer
2 3 3 and 3 3 2, 2 2 3 and 2 2 3, 2 3 3 and 3 3 2
Every answer is a whole number of cubes between 1 and 3, which is right because the tallest pile written anywhere in the three tables is 3, and no view can show a column taller than the tallest pile it contains. All six pictures therefore fit inside the 3 × 3 answer grids the book supplies, and none of them is completely full, which matches the fact that none of the three shapes is a solid block. The mirror rule provides an independent check on four of the six pictures: the back view of (1) is the front view of (1) reversed, and the right-side view of (3) is the left-side view of (3) reversed, both of which came out that way. The shaded-square totals are also consistent with the cube counts: shape (1) uses 10 cubes and its front view shades only 8 squares, shape (2) uses 10 cubes and its left-side view shades 6, shape (3) uses 15 cubes and its side views shade 8, and a view can never shade more squares than there are cubes, since hiding only ever removes squares.
Takeaway

From any side you only ever see the tallest pile in each line, and walking round to the opposite side just flips the whole picture left to right.

  • The rule for a view: each column is as tall as the tallest pile in that line
  • Decide which line of the table you are looking down, and in what order
  • Notice the mirror: opposite directions give mirror-image pictures
  • Part (1): the front view and the back view
  • Part (2): the back view and the left-side view
  • Part (3): the left-side view and the right-side view
  • Check the six pictures against the cubes themselves