Difficulty: Easy
Correct Answer: 105
Explanation:
Introduction / Context:Each pair of non-collinear points defines a unique line. With no three collinear, distinct pairs yield distinct lines.
Given Data / Assumptions:
Concept / Approach:Count pairs: C(15, 2).
Step-by-Step Solution:
C(15, 2) = 15*14/2 = 105.Verification / Alternative check:The non-collinearity ensures no pair duplicates an existing line.
Why Other Options Are Wrong:120, 110, 115 are not equal to C(15, 2).
Common Pitfalls:Forgetting the “no three collinear” condition; otherwise some pairs could lie on the same line and reduce the count.
Final Answer:105
Discussion & Comments