Reasoning · Grade 3-1 Counting Large and Small Shapes

Problem

Counting squares in a figure

A 5-by-3 grid has hearts in two of its cells. A square's sides must lie on the grid lines. It must hold exactly one heart — not none, not both. Count the squares that qualify.
Your answer
How to solve
Strategy Make a Systematic List — Since a square is named by its size and its top-left corner, I go size by size (1x1, then 2x2, then 3x3) and slide each square across every position it can sit, checking how many hearts fall inside. I keep only the positions that hold exactly one heart. Splitting by size keeps the search complete and tidy.
1STEP 1

Set up the grid and mark the hearts

The two hearts sit one cell apart diagonally.

2STEP 2

Count 1x1 squares with exactly one heart

At 1×1 only the heart cells qualify: 2.

2 squares
3STEP 3

Count 2x2 squares with exactly one heart

Of eight 2×2 spots, 4 hold exactly one heart.

8 - 1 - 3 = 4 squares
4STEP 4

Count 3x3 squares with exactly one heart

Of three 3×3 spots, only 1 holds one heart.

1 square
5STEP 5

Add up all sizes

Altogether 2 + 4 + 1 = 7.

2 + 4 + 1 = 7
Answer
7 squares
2 + 4 + 1 = 7
Seven is reasonable for a 5x3 grid. There are 15 + 8 + 3 = 26 squares in all; only those covering exactly one heart qualify, and 7 of them do, while squares far from both hearts or large enough to hold both are correctly excluded. Each kept square was checked to contain exactly one heart.
Takeaway

Go size by size and slide each square around - keep only the ones with exactly one heart inside. You'll find seven!

  • Set up the grid and mark the hearts
  • Count 1x1 squares with exactly one heart
  • Count 2x2 squares with exactly one heart
  • Count 3x3 squares with exactly one heart
  • Add up all sizes