Question 1
Count the total number of squares in the 4x4 grid below:
+---+---+---+---+
| | | | |
+---+---+---+---+
| | | | |
+---+---+---+---+
| | | | |
+---+---+---+---+
| | | | |
+---+---+---+---+
In a 4x4 grid: 16 + 9 + 4 + 1 = 30