1st Concept: For any Side of a Triangle, 2 of the Vertices must be in a Straight Line (here we have 2 Straight Lines: Horizontal and Vertical)
So I 1st thought picking 2 from the Horizontal and a 3rd Vertex from the Vertical would be the way to go. However, the middle dot caused issues.
So the attempt is to split it up into 3 different cases. For the 1st 2 Cases we're going to IGNORE the Middle Dot.
Case 1: Choosing 2 Vertices on the Horizontal Line and the 3rd Vertex on the Vertical Line to make a Triangle.
Ignoring the Middle dot, the No. of different ways we can choose 2 Different Vertices on the Horizontal Line = 10 - C - 2 = 45 Different Combinations
and
For Each Combination, we can pick 1 of the 8 Dots (again ignoring the Middle Dot) on the Vertical Line for the 3rd Vertex.
45 * 8 = 360 Different Triangles
Case 2: Choosing 2 Vertices on the Vertical Line and the 3rd Vertex on the Horizontal Line to make a Triangle
on the Vertical Line, we have 8 unique dots of which we can choose 2. The Total No. of Different Ways to choose 2 Dots out of 8 = 8 - C - 2 = 28
and
For each of those 28 Different combinations of 2 Vertices, we have 10 dots on the Horizontal Line that can make up the 3rd Vertex (again, ignoring the Middle dot).
28 * 10 = 280 Different Triangles
Case 3: Using the Middle Dot as 1 of the Vertices of the Triangle
The Key in this case is that if we use the Middle Dot as 1 of the Vertices of the Triangle, then we have to Choose 1 Vertex on the Horizontal line AND then Choose 1 Vertex on the Vertical Line.
So for Each Triangle that uses the Middle Dot as a Vertex:
1st: There is 10 options on the Horizontal Line from which to choose to make 1 Side
and
2nd: There is 8 options on the Vertical Line from which to choose to connect the 3rd Side
10 * 8 = 80 Possible Triangles
SUM up the 3 Cases
360 + 280 + 80 = 720 Possible Triangles that can be formed.
Answer Choice B