Geometry & Figures

Problem

Systematically count all triangles in a composite

A big equilateral triangle (3 matchsticks per side) is split into a grid of small unit triangles. I must count every equilateral triangle of every size hidden in the figure.
Geometry
Your answer
How to solve
Strategy Identify Subproblems — A composite figure is easiest to count by breaking it into subproblems: count by size, and within each size separate upward from downward triangles. Listing each group systematically and watching the size pattern keeps the count complete and organized.
1STEP 1

Count size-1 upward triangles

Reading the rows top to bottom, the smallest upward triangles number 1 + 2 + 3 = 6.

1 + 2 + 3 = 6
2STEP 2

Count size-1 downward triangles

Downward-pointing ones sit between the upward triangles: 1 in row 2, 2 in row 3, giving 1 + 2 = 3.

1 + 2 = 3
3STEP 3

Count size-2 upward triangles

A size-2 upward triangle covers 4 unit triangles; the grid fits 3 of them (no size-2 downward fits).

size-2 up = 3, size-2 down = 0
4STEP 4

Count the size-3 triangle and total everything

The whole figure is 1 size-3 triangle. Total: 6 + 3 + 3 + 1 = 13.

6 + 3 + 3 + 1 = 13
Answer
13 equilateral triangles
6 + 3 + 3 + 1 = 13
13 is more than the 6 obvious smallest triangles, which is expected once you include the inverted ones, the medium size-2 triangles, and the whole outer triangle. The count is finite and well above 6 but far below the dozens you'd see in a larger grid, so it fits a side-3 figure.
Takeaway

This only needs Grade 4 shape sense and tidy counting by size you already know!

  • Count size-1 upward triangles
  • Count size-1 downward triangles
  • Count size-2 upward triangles
  • Count the size-3 triangle and total everything
Where next?
Another one like thissuggested
Step back and solidifysuggested

▶ Practice — 4 problems