Reasoning · Grade 3-1 Counting Figures Formed by Joining Dots

Problem

Counting right triangles on a dot grid

Twelve evenly spaced dots sit on a rectangle's four sides, with none at the corners. Each vertex must come from a different side. Triangles matching after a turn or flip count once. Find how many different right triangles are possible.
Your answer
How to solve
Strategy Draw a Diagram — I put the points on a grid (the rectangle is 5 wide and 3 tall in equal steps) so I can read coordinates and test right angles. Then I make a systematic list by which three sides I use: {top, bottom, left}, {top, bottom, right}, {top, left, right}, {bottom, left, right}. For each combination I check which point choices give a square corner, and at the end I merge triangles that are the same after a flip or turn into one kind.
1STEP 1

Set up coordinates

With empty corners the rectangle is 5 by 3.

top (1..4,3), bottom (1..4,0), left (0,1),(0,2), right (5,1),(5,2)
2STEP 2

List the side-combinations to check

Choosing three of the four sides gives 4 ways.

C(4, 3) = 4 side-trios
3STEP 3

Find the right triangles and group congruent ones

Keep the right-angled ones and group congruents — many repeat.

(2,8,10), (2,18,20), (5,5,10), (10,10,20), (5,20,25) (squared side lengths; each: leg²+leg²=hyp²)
4STEP 4

Count the distinct kinds

What survives is 5 distinct kinds.

distinct right triangles = 5
Answer
5 kinds
Each of the five shapes passes the right-angle test: 2+8=10, 2+18=20, 5+5=10, 10+10=20, 5+20=25 — in every case the two leg-squares add to the hypotenuse-square, so all five really are right triangles. Two of them are isosceles right triangles and three are not, so they are clearly different shapes; five distinct kinds is a sensible, small count for a grades 2-4 enumeration.
Takeaway

Put the dots on a grid, check each corner for a square angle, then merge the flips and turns — you find exactly five different right triangles!

  • Set up coordinates
  • List the side-combinations to check
  • Find the right triangles and group congruent ones
  • Count the distinct kinds