In a field there are points. Each point is connected to another point with a line. If no points are collinear, how many possible number of triangles can we construct using the 3 dots as its vertices?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Given 10 dots. Each triangle has 3 vertices. So the number of possible triangles is
C 3 1 0 = 3 ! 7 ! 1 0 ! = 3 ⋅ 2 ⋅ 1 1 0 ⋅ 9 ⋅ 8 = 1 2 0 .