InterviewSolution
Saved Bookmarks
| 1. |
There are n points in a plane no three of which are in the same straight line with the exception of m(n>m)points which are all in the same straight line. Find the number of triangles formed by joining them. |
|
Answer» `""^(N-m)C_3` |
|