A plane has 6 lines of which no two lines are parallel and no three are concurrent. Their points of intersection are joined, how many of additional lines are so formed?
I know that number of points of intersection for $n$ lines would be $\sum \limits_{i=1}^{n-1} i=\frac{n(n-1)}{2}$, but then how do I do the rest?