“Today we sorted triangles and quadrilaterals into more-specific categories.”
Display the two compiled lists of attributes used to sort triangles and quadrilaterals.
“Which attributes did we use to sort both sets of shapes?” (The number of sides of the same length. The number of right angles. Whether pairs of sides go in the same direction.)
“Which attributes did we use for one set of shapes but not the other? Why might that be?” (In quadrilaterals we counted the number of right angles, but in triangles we just sorted by whether they had one or not. This is because triangles could only have 1 right angle. We looked at pairs of sides that go in the same direction when sorting quadrilaterals but not when sorting triangles. The sides of triangles can’t go in the same direction.)