Since no two lines are parallel and no three this pass through the same point, their points of intersection, i.e., number of ways of selecting two lines from n lines is nC2=N(say). It should also be noted that on each line there will be (n−1) points of intersection made by the remaining (n−1) lines.
Now we have to find number of new lines formed by these points of intersections. Clearly, a straight line is formed by joining two points so the problem is equivalent to select two points from N points. But each old line repeats itself (n−1)C2 times [selection of two points from (n−1) points on this line]. Hence, the required number of new lines is
NC2−nn−1)C2=12×12n(n−1)[12n(n−1)−1]−12n(n−1)(n−2)
=18n(n−1)(n2−n−2)−12n(n−1)(n−2)
=18n(n−1)[n2−n−2−4n+8]
=18n(n−1)(n−2)(n−3).