Sensim Math · Depth 한국어

← 3-1 · Count all shapes hidden in a grid · Systematically Count Shapes in a Figure

Count all shapes hidden in a grid · 10 practice problems

1.G.A.23.OA.D.9

Generated variants — 10

Freshly produced from the archetype’s parameters — problem, figure, and solution derived together.

Variant 1 answer: 30

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 44 unit squares, the second row has 44 unit squares, the third row has 44 unit squares, the fourth row has 44 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 16 equal unit squares with row widths [4, 4, 4, 4], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 16 equal unit squares.
  • The row widths from top to bottom are [4, 4, 4, 4].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 16 unit cells, so there are 16 squares of size 1x1.
4+4+4+4=164 + 4 + 4 + 4 = 16
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 9 such block(s) fit inside the stepped shape.
99
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#7 Identify Subproblems 1.G.A.2
A 3x3 square needs a full 3-by-3 block of present cells. Scanning every position, 4 such block(s) fit inside the stepped shape.
44
Composing 9 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#7 Identify Subproblems 1.G.A.2
A 4x4 square needs a full 4-by-4 block of present cells. Scanning every position, 1 such block(s) fit inside the stepped shape.
11
Composing 16 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
16+9+4+1=3016 + 9 + 4 + 1 = 30
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 30

Review

There must be more small squares than big ones, and the counts (16 of size 1x1, 9 of size 2x2, 4 of size 3x3, 1 of size 4x4) shrink as the size grows; the total 30 is at least the 16 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 2 answer: 14

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 33 unit squares, the middle row has 33 unit squares, the bottom row has 33 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 9 equal unit squares with row widths [3, 3, 3], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 9 equal unit squares.
  • The row widths from top to bottom are [3, 3, 3].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 9 unit cells, so there are 9 squares of size 1x1.
3+3+3=93 + 3 + 3 = 9
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 4 such block(s) fit inside the stepped shape.
44
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#7 Identify Subproblems 1.G.A.2
A 3x3 square needs a full 3-by-3 block of present cells. Scanning every position, 1 such block(s) fit inside the stepped shape.
11
Composing 9 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
9+4+1=149 + 4 + 1 = 14
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 14

Review

There must be more small squares than big ones, and the counts (9 of size 1x1, 4 of size 2x2, 1 of size 3x3) shrink as the size grows; the total 14 is at least the 9 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 3 answer: 9

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 33 unit squares, the bottom row has 44 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 7 equal unit squares with row widths [3, 4], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 7 equal unit squares.
  • The row widths from top to bottom are [3, 4].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 7 unit cells, so there are 7 squares of size 1x1.
3+4=73 + 4 = 7
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 2 such block(s) fit inside the stepped shape.
22
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
7+2=97 + 2 = 9
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 9

Review

There must be more small squares than big ones, and the counts (7 of size 1x1, 2 of size 2x2) shrink as the size grows; the total 9 is at least the 7 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 4 answer: 14

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 22 unit squares, the middle row has 44 unit squares, the bottom row has 44 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 10 equal unit squares with row widths [2, 4, 4], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 10 equal unit squares.
  • The row widths from top to bottom are [2, 4, 4].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 10 unit cells, so there are 10 squares of size 1x1.
2+4+4=102 + 4 + 4 = 10
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 4 such block(s) fit inside the stepped shape.
44
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
10+4=1410 + 4 = 14
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 14

Review

There must be more small squares than big ones, and the counts (10 of size 1x1, 4 of size 2x2) shrink as the size grows; the total 14 is at least the 10 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 5 answer: 12

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 22 unit squares, the middle row has 33 unit squares, the bottom row has 44 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 9 equal unit squares with row widths [2, 3, 4], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 9 equal unit squares.
  • The row widths from top to bottom are [2, 3, 4].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 9 unit cells, so there are 9 squares of size 1x1.
2+3+4=92 + 3 + 4 = 9
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 3 such block(s) fit inside the stepped shape.
33
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
9+3=129 + 3 = 12
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 12

Review

There must be more small squares than big ones, and the counts (9 of size 1x1, 3 of size 2x2) shrink as the size grows; the total 12 is at least the 9 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 6 answer: 17

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 44 unit squares, the middle row has 44 unit squares, the bottom row has 33 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 11 equal unit squares with row widths [4, 4, 3], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 11 equal unit squares.
  • The row widths from top to bottom are [4, 4, 3].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 11 unit cells, so there are 11 squares of size 1x1.
4+4+3=114 + 4 + 3 = 11
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 5 such block(s) fit inside the stepped shape.
55
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#7 Identify Subproblems 1.G.A.2
A 3x3 square needs a full 3-by-3 block of present cells. Scanning every position, 1 such block(s) fit inside the stepped shape.
11
Composing 9 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
11+5+1=1711 + 5 + 1 = 17
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 17

Review

There must be more small squares than big ones, and the counts (11 of size 1x1, 5 of size 2x2, 1 of size 3x3) shrink as the size grows; the total 17 is at least the 11 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 7 answer: 15

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 33 unit squares, the middle row has 33 unit squares, the bottom row has 44 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 10 equal unit squares with row widths [3, 3, 4], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 10 equal unit squares.
  • The row widths from top to bottom are [3, 3, 4].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 10 unit cells, so there are 10 squares of size 1x1.
3+3+4=103 + 3 + 4 = 10
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 4 such block(s) fit inside the stepped shape.
44
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#7 Identify Subproblems 1.G.A.2
A 3x3 square needs a full 3-by-3 block of present cells. Scanning every position, 1 such block(s) fit inside the stepped shape.
11
Composing 9 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
10+4+1=1510 + 4 + 1 = 15
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 15

Review

There must be more small squares than big ones, and the counts (10 of size 1x1, 4 of size 2x2, 1 of size 3x3) shrink as the size grows; the total 15 is at least the 10 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 8 answer: 20

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 44 unit squares, the middle row has 44 unit squares, the bottom row has 44 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 12 equal unit squares with row widths [4, 4, 4], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 12 equal unit squares.
  • The row widths from top to bottom are [4, 4, 4].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 12 unit cells, so there are 12 squares of size 1x1.
4+4+4=124 + 4 + 4 = 12
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 6 such block(s) fit inside the stepped shape.
66
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#7 Identify Subproblems 1.G.A.2
A 3x3 square needs a full 3-by-3 block of present cells. Scanning every position, 2 such block(s) fit inside the stepped shape.
22
Composing 9 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
12+6+2=2012 + 6 + 2 = 20
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 20

Review

There must be more small squares than big ones, and the counts (12 of size 1x1, 6 of size 2x2, 2 of size 3x3) shrink as the size grows; the total 20 is at least the 12 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 9 answer: 11

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 22 unit squares, the middle row has 33 unit squares, the bottom row has 33 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 8 equal unit squares with row widths [2, 3, 3], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 8 equal unit squares.
  • The row widths from top to bottom are [2, 3, 3].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 8 unit cells, so there are 8 squares of size 1x1.
2+3+3=82 + 3 + 3 = 8
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 3 such block(s) fit inside the stepped shape.
33
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
8+3=118 + 3 = 11
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 11

Review

There must be more small squares than big ones, and the counts (8 of size 1x1, 3 of size 2x2) shrink as the size grows; the total 11 is at least the 8 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!
Variant 10 answer: 17

How many squares, large and small, can you find in the figure below?

The figure is made of equal-sized unit squares joined together. the top row has 33 unit squares, the middle row has 44 unit squares, the bottom row has 44 unit squares, all aligned at the left edge (so the rows form a stepped shape). Count every square that can be traced in the figure -- the 11-cell squares, the 44-cell (2×22\times2) squares, the 99-cell (3×33\times3) square, and so on.

Show solution

Understand

A stepped figure is built from 11 equal unit squares with row widths [3, 4, 4], all left-aligned. I must count every square of every size that can be traced along the grid lines.

Givens
  • The figure is made of 11 equal unit squares.
  • The row widths from top to bottom are [3, 4, 4].
  • All rows are aligned at the left edge, giving a stepped outline.
Unknowns
  • The total number of squares of all sizes in the figure.
Constraints
  • A counted square must have all of its cells present in the figure.
  • Squares may overlap and be of different sizes.

Plan

#2 Make a Systematic List · also uses: #7 Identify Subproblems#1 Draw a Diagram

To avoid missing or double-counting, organize the count by square size: first all 1x1, then 2x2, and so on. Splitting by size turns one tricky count into a few easy subproblems.

Execute

#2 Make a Systematic List 3.OA.D.9
Every unit cell is a 1x1 square. The figure is made of 11 unit cells, so there are 11 squares of size 1x1.
3+4+4=113 + 4 + 4 = 11
Adding the cells in each row is Grade 3 addition you can do by counting the picture.
#7 Identify Subproblems 1.G.A.2
A 2x2 square needs a full 2-by-2 block of present cells. Scanning every position, 5 such block(s) fit inside the stepped shape.
55
Composing 4 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#7 Identify Subproblems 1.G.A.2
A 3x3 square needs a full 3-by-3 block of present cells. Scanning every position, 1 such block(s) fit inside the stepped shape.
11
Composing 9 small squares into one bigger square is what 'compose two-dimensional shapes' means.
#2 Make a Systematic List 3.OA.D.9
Total squares = the per-size counts added together. No larger square fits because the figure is not tall or wide enough.
11+5+1=1711 + 5 + 1 = 17
Collecting the size-by-size subtotals into one sum is Grade 3 addition.
Answer: 17

Review

There must be more small squares than big ones, and the counts (11 of size 1x1, 5 of size 2x2, 1 of size 3x3) shrink as the size grows; the total 17 is at least the 11 unit cells, as expected.

Count from the full bounding grid and subtract the squares lost to the missing corner cells, getting the same total.

Standards · min grade 3

  • 3.OA.D.9 Identify arithmetic patterns and explain using properties of operations — Adding the per-size subtotals and reasoning systematically.
  • 1.G.A.2 Compose two-dimensional shapes or three-dimensional shapes — Recognizing that 4 or 9 unit squares compose a larger square.
💡 Count squares one size at a time, smallest to biggest, and you will never miss one!