Example 1 — Do squares tile?
EasyProblem
Can identical square tiles cover a floor with no gaps?
Solution
-
We need copies that meet at each corner with angles summing to .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Do the shape's corners meeting at a point add to exactly with no gap or overlap?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Each square corner is ; see how many fit around one point.
The rule is chosen only after the structure matches, so the steps mean something.
-
squares meet exactly, leaving no gap.
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 — cover it with no gaps, no overlaps. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes, squares tile the plane
Takeaway: Shapes tile when their corner angles divide evenly.