Question:

There are 10 points in a plane, out of which 6 are collinear. If $ N $ is the number of triangles that can be formed, then $ N = $ ?

Show Hint

Always subtract the invalid (collinear) combinations when computing triangle count from points.
Updated On: May 20, 2025
  • 120
  • 850
  • 100
  • 150
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Total triangles from 10 points: \[ ^{10}C_3 = \frac{10 \cdot 9 \cdot 8}{6} = 120 \] Now subtract the number of triangles formed using only the 6 collinear points, since collinear points don't form valid triangles: \[ ^{6}C_3 = \frac{6 \cdot 5 \cdot 4}{6} = 20 \] So the valid number of triangles: \[ 120 - 20 = \boxed{100} \]
Was this answer helpful?
0
0