Difficulty: Easy
Correct Answer: 185
Explanation:
Introduction / Context:Any 3 non-collinear points form a triangle. Triples that lie on the same straight line are degenerate and must be excluded.
Given Data / Assumptions:
Concept / Approach:Total triples minus degenerate triples along the 7-point line gives the count of triangles.
Step-by-Step Solution:
Total triples = C(12, 3) = 220.Degenerate (collinear) triples = C(7, 3) = 35.Triangles = 220 − 35 = 185.Verification / Alternative check:Any triple including at least one of the 5 off-line points is non-collinear with the 7-point line, hence valid.
Why Other Options Are Wrong:175, 115, 105 subtract too much or use the wrong base total.
Common Pitfalls:Missing that only triples entirely within the 7-point collinear set fail to form a triangle.
Final Answer:185
Discussion & Comments