Count distinct shapes built by adding congruent tiles
Using identical rhombus tiles (a parallelogram whose four sides are all the same length), how many different shapes can you make? (You must join the tiles edge to edge, and two shapes that match after rotating or flipping count as the same shape.)
Show solution
Understand
I have 3 identical rhombus tiles. I join them edge to edge (whole side to whole side) into one connected shape, and I count how many different shapes are possible, treating two shapes as the same if one becomes the other by rotating or flipping.
- There are 3 congruent rhombus tiles (a rhombus is a parallelogram with all four sides equal).
- Tiles must be joined edge to edge, full side against full side.
- Shapes that match after rotation or reflection count as one and the same shape.
- The number of different shapes that can be built from the 3 rhombi.
- Start from the shape made by 2 rhombi joined edge to edge, then attach the third tile in every distinct edge position.
- Remove duplicates that are just rotations or flips of a shape already counted.
Plan
#2 Make a Systematic List · also uses: #1 Draw a Diagram#16 Count the Complement
This is a 'how many shapes' question with a tiny finite set, so the safe method is to list every way to add the third tile to the two-tile shape and then cross out repeats that are the same after turning or flipping.
Execute
Review
Three tiles can only make a short straight piece or a bent piece, so a small count like 3 is reasonable; it is far less than if we wrongly counted rotations and flips as separate.
Physically place 3 paper rhombi (tool 10) and slide the third tile to each open edge, sorting the results into piles that look the same after turning -- you end with 3 piles.
Standards · min grade 4
4.G.A.2Classify two-dimensional figures based on presence of parallel or perpendicular lines — Recognizing the rhombus tiles and judging when two built shapes are the same after rotation or reflection.