Question 1
Count the total number of triangles in the triangular grid below (3 rows):
/\
/__\
/\ /\
/__\/__\
/\ /\ /\
/__\/__\/__\
Upward pointing triangles: 9, Downward pointing triangles: 3. Total = 9 + 3 = 12