Prove with induction: Given n non parallel lines such that no three intersect at a point, there are c(n,3) triangles formed.
so I have n!/(n-3)!3! triangles if this condition holds, that is all I understand how to do from this question
The non-inductive proof is that you can choose any three lines and they will form a triangle.
The inductive proof is to start with the base case: with three lines you get one triangle. Now assume it is true for $k$ lines, so there are $C(k,3)$ triangles . Add another line. It will form $\frac 12 k(k-1)$ new triangles. Add these in and show that this gives a total of $C(k+1,3)$