Question:

What is the maximum possible number of intersection points of 15 lines in a plane, assuming no two lines are parallel and no three are concurrent?

Show Hint

Use combination formula \( \binom{n}{2} \) for intersection points when no two lines are parallel and no three concurrent.
Updated On: Jul 28, 2025
  • 105
  • 210
  • 91
  • 120
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Maximum number of intersection points from \( n \) lines, no two parallel, no three concurrent: \[ \text{Maximum} = \binom{n}{2} = \frac{n(n - 1)}{2} \] So, \[ \binom{15}{2} = \frac{15 14}{2} = \boxed{105} \]
Was this answer helpful?
0
0