How many distinct triangles can be drawn using three of the dots below as vertices?
hmm I think a better approach to this problem is to use complementary counting.
There are (63)=20 ways to choose 3 points to make a triangle. However 2 of these ways are just straight lines, so 20−12=18 triangles.
I'm not sure if this is right, so please let me know if it's correct or not!
:)