Question 1
Count the number of line segments in the following figure:
+---+
|\ /|
| X |
|/ \|
+---+
Square has 4 sides + 2 diagonals = 6. Plus the segments created by diagonal intersection? Actually, each diagonal is split into 2 segments, giving 4 more. Total = 8 line segments.