Question 1
Count the number of squares in the following figure:
A 2x2 square grid with both diagonals in each small square:
+---+---+
| | |
+---+---+
| | |
+---+---+
The 4 small squares (each 1x1) + 1 large square (2x2) = 5 squares. The diagonals do not create any additional squares, only triangles.