Example 1 — Does a regular hexagon tessellate?
EasyProblem
Can identical regular hexagons tile a floor with no gaps or overlaps?
Solution
-
This asks whether copies fill the plane, so test the angles around a meeting point.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Do copies of the shape fill the flat surface completely with no gaps and no overlaps?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
A regular hexagon's interior angle is ; see if a whole number of them sums to .
The rule is chosen only after the structure matches, so the steps mean something.
-
, a whole number, so exactly 3 hexagons close up at each vertex.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — tiles that fill the floor with no gaps and no overlaps. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes, regular hexagons tessellate
Takeaway: A regular polygon tessellates exactly when its interior angle divides evenly.