Geometry & Figures

Problem

Equal point distances make isosceles triangles on a peg board

On a 3-by-3 square peg board (9 evenly spaced dots), I must count every isosceles triangle whose three corners are dots on the board.
Geometry
Your answer
How to solve
Strategy Make a Systematic List — This is a 'how many' counting question over a small finite board, so I list cases systematically. Drawing the board lets me measure distances by counting grid steps, and grouping triangles by their apex (the dot where the two equal sides meet) keeps the list organized and avoids double counting.
1STEP 1

Set up the grid and how to compare side lengths

Plot the dots at (0,0)-(2,2); segments with the same grid-step pattern are equal in length.

dots at (x,y), x,y ∈ {0,1,2}
2STEP 2

Count triangles whose apex sits at a corner dot

Each of the 4 corner dots is the apex of 3 isosceles triangles (including tilted ones): 4 × 3 = 12.

3STEP 3

Count triangles whose apex sits at an edge-midpoint dot or the center dot

Each edge-middle dot is the apex of 4, and the center dot of 8: 4 × 4 + 8 = 24 more.

4STEP 4

Add up all the isosceles triangles

No triangle repeats across apexes (no equilateral on a square grid), so 12 + 24 = 36.

isosceles total = 36
Answer
36 isosceles triangles
There are 76 triangles in total on a 3x3 board (84 ways to pick 3 dots minus 8 straight-line triples). Getting 36 isosceles, a bit under half, is sensible: many grid triangles are scalene, but the symmetric board produces lots of equal-distance pairs, so a large minority being isosceles fits.
Takeaway

This only needs Grade 4 point-plotting and careful, organized counting you already know!

  • Set up the grid and how to compare side lengths
  • Count triangles whose apex sits at a corner dot
  • Count triangles whose apex sits at an edge-midpoint dot or the center dot
  • Add up all the isosceles triangles
Where next?
Another one like thissuggested
Same look, different logicsuggested

▶ Practice — 3 problems