To find the number of ways to form a triangle from the given points, we first identify the total number of points available. There are 5 diameters, which provide 5×2=10 points on the circumference (A through K), plus the center point O, for a total of 11 points.
Solution 1: The Shortest ApproachA triangle is formed by any 3 points that are not collinear (do not lie on the same straight line).
Total combinations of 3 points: Choose 3 points from 11 = 11×10×9/3×2×1 = 165
Subtract collinear sets: The only way 3 points can be collinear in this configuration is if they lie on the same diameter (the two endpoints and the center O).
There are 5 diameters (AB, CD, EF, GH, JK).
Each diameter plus the center O forms a set of 3 collinear points (e.g., A-O-B).
There are exactly 5 such sets.
Final Calculation: 165 − 5 = 160.
Correct Answer: B. 160Solution 2: Detailed Case-by-Case ExplanationIn this approach, we categorize the triangles based on whether they include the center point O or only points from the circumference.
Case 1: Triangles not including the center OWe choose 3 points from the 10 points on the circumference (A, B, C, D, E, F, G, H, J, K). Since no three points on the circumference of a circle can be collinear, every combination of 3 points will form a triangle.
Calculation: 10×9×8/3×2×1 = 120 ways.
Case 2: Triangles including the center OWe choose the center point O and 2 points from the 10 points on the circumference.
Total ways to pick O and 2 others = 10×9/2×1 = 45 ways
Subtracting collinear cases: We must exclude cases where the two chosen points on the circumference form a diameter with O. If we pick the two endpoints of a diameter (like A and B), then A-O-B is a straight line, not a triangle.
There are 5 diameters, so there are 5 pairs that are collinear with O.
Valid triangles with O: 45 − 5 = 40 ways.
Total Number of Triangles
Summing the cases together:
Total = Case 1 + Case 2
Total = 120 + 40 = 160
Correct Answer: B. 160