Given 5 points in space such that no three of them are colinear and no four of them are coplanar. If we consider all the planes containing any 3 of these 5 points, and the intersections of all these planes taken two by two, how many lines will we obtain, at most?
__
At first, my idea was just to say that there are $C(3,5) = 10$ (binomial coefficient) different planes. And then any combination of 2 planes must give a different intersection line: therefore $C(2,10)=45$ should be the answer?
However, I sense that this is naive and overly simple. Could I be missing something?
You are right that there are $\binom{5}{3}= \color{red}{10}$ planes BUT ...
The $3$ planes $(1,2,3),(1,2,4),(1,2,5)$ will intersect in the line $(1,2)$.
Can you fix things from here ?