Count distinct shapes built by adding congruent tiles
Using 3 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.)
Geometry
Show worked solution try it yourself first ✦
1 · Understandwhat's really being asked
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.
Givens
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.
Unknowns
The number of different shapes that can be built from the 3 rhombi.
Constraints
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.
2 · Planchoose the strategy
#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.
3 · Execute3 carry out the plan
1Fix the starting two-tile shape
#1 Draw a Diagram4.G.A.2
Join two rhombi along one full edge. Because both tiles are identical rhombi, all the two-tile joinings give the same single starting shape (a longer rhombus / parallelogram strip). So there is exactly 1 shape made of 2 tiles.
2 tiles⇒1 shape
Two equal rhombi can only line up one way up to turning, so I have a single shape to grow.
2List the distinct places to attach the third tile
#2 Make a Systematic List4.G.A.2
Add the third rhombus onto the open edges of the two-tile shape. Trying each open edge and removing the ones that are just rotations or flips of another, exactly three genuinely different shapes appear: a straight row of 3 rhombi, and two different 'bent' arrangements where the third tile turns a corner.
straight+bend type 1+bend type 2=3
Listing every attachment spot and crossing out flips/turns leaves three truly different outlines.
🧠 Why? · Feynman
Attaching the third rhombus to the two-tile shape at every open edge and then discarding any placement that is only a turn or flip of one already listed, exactly three different shapes are left.
Why?
Every raw placement can be found and checked, because the third tile can only join full-side to one of the two-tile shape's open edges, and there are just a few of those.
Why?
The two rhombi meet with no gaps or overlaps, so together they form one definite whole whose outline holds a fixed, countable set of open edges to try.
🧱Whole is the sum of its partsBreak a thing into pieces with no gaps or overlaps and the pieces add back to the whole.
Why?
Any placement that is a turn or flip of one already on the list is not a new shape, so it is dropped.
Why?
Turning or flipping the arrangement lays it exactly onto the other one, keeping every side length and corner angle equal, so the two outlines are the very same shape.
🧱Rigid motion preserves length and angleSliding, turning, or flipping a shape lays it exactly onto a copy, so every length and angle stays the same (folding is the flip case).
Why?
The three arrangements that survive really are different, because none can be turned or flipped onto another.
Why?
When no turn or flip makes one outline lie exactly on another, some side or angle refuses to match, so the shapes are genuinely not the same.
🧱Rigid motion preserves length and angleSliding, turning, or flipping a shape lays it exactly onto a copy, so every length and angle stays the same (folding is the flip case).
3Confirm no duplicates remain
#16 Count the Complement4.G.A.2
Check each of the three shapes against the others by rotating and flipping: the straight strip cannot become either bent shape, and the two bent shapes are mirror-different in outline, so all three stay distinct. The count is 3.
distinct shapes=3
Turning or flipping never merges these three outlines, so none is a repeat.
Answer:3 shapes
4 · Reviewdoes it hold up?
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.
Another way: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.
Standardsmin grade 4
4.G.A.2 Classify 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.
💡Takeaway.Just list every way to add the last tile and toss out the flips and turns -- only 3 truly different shapes survive!