Count all the rhombuses in a figure of small triangles
How many rhombuses, large and small, can be found in the figure in all?
Figure description: The figure is an elongated hexagon made by joining identical small equilateral triangles edge to edge with no gaps. There are two rows of 7 small triangles, one above the other, separated by a horizontal centerline that runs from the pointed left tip to the pointed right tip. In each row the triangles alternate point-up and point-down, so the figure holds 14 small equilateral triangles in all (7 on top, 7 on the bottom). Count every rhombus you can find, where each rhombus is made of exactly 2 small triangles (one point-up triangle joined to a neighboring point-down triangle).
Show solution
Understand
An elongated hexagon is tiled by 14 identical small equilateral triangles in two rows of 7, one above the other, split by a horizontal centerline from the left tip to the right tip. In each row the triangles alternate point-up and point-down. I must count every rhombus, where each rhombus is exactly one point-up triangle joined to a neighboring point-down triangle (2 small triangles), in all of its possible orientations.
- There are 14 identical small equilateral triangles: 7 in the top row and 7 in the bottom row.
- In each row the triangles alternate point-up and point-down, sharing edges with no gaps.
- A horizontal centerline runs from the pointed left tip to the pointed right tip.
- A rhombus here is the union of one point-up triangle and one neighboring point-down triangle that share an edge, forming a 4-equal-sided diamond.
- The total number of rhombuses (each made of 2 small triangles) in the figure.
- Each rhombus is made of exactly 2 small triangles (one up, one down) sharing one edge.
- The strip is only one rhombus tall, so no rhombus made of 4 or more small triangles can fit; only 2-triangle rhombuses are possible.
- A 2-triangle rhombus can lean in three directions, set by which of the three edges the up-triangle and down-triangle share.
Plan
#2 Make a Systematic List · also uses: #1 Draw a Diagram#7 Identify Subproblems
Label the 14 small triangles (top row t1..t7 left to right, bottom row b1..b7 left to right) and list rhombuses by orientation so none is missed or double-counted. Each rhombus is a fixed up+down pair sharing an edge; the shared edge can be horizontal (a tall vertical diamond) or one of two slanted edges (a left-leaning or a right-leaning diamond). Count each orientation as a subproblem, then add.
Execute
Review
Each of the 7 up-triangles touches at most three neighboring down-triangles. Cross-check by up-triangle: the four up-triangles that reach the top edge (t1,t3,t5,t7) each make a vertical diamond plus two slanted ones, but the slanted ones at the very ends are shared with their row only once, and the three bottom up-triangles (b2,b4,b6) each make two slanted diamonds. Listing every pair explicitly gives 4 vertical + 6 left-leaning + 6 right-leaning = 16, with no pair counted twice and none missed.
Use Draw a Diagram (tool 1): shade each rhombus in its own copy of the figure, grouping copies by tilt. You will fill exactly 4 upright diamonds, 6 forward-slash diamonds, and 6 backslash diamonds, confirming 4 + 6 + 6 = 16.
Standards · min grade 4
4.G.A.2Classify two-dimensional figures based on presence of parallel or perpendicular lines — Recognizing which up-and-down triangle pairs form a rhombus (four equal sides, opposite sides parallel) and listing them by orientation.4.OA.A.3Solve multi-step word problems using four operations with whole numbers — Adding the counts of the three rhombus orientations to get the total.