Let A1,A2,A3,...,An and B1,B2,B3,...,Bm be the points on the two given lines. Then it can be seen that
A2B1 will intersect (m−1) lines originating from A1.
A3B1 will intersect 2(m−1) lines originating from A1,A2
.........
AnB1 will intersect (n−1)(m−1) lines originating from A1,A2,A3,...,An−1
Next, A2B2 will intersect (m−2) lines originating from A1
A3B2 will intersect 2(m−2) lines originating from A1,A2.
AnB2 will intersect (n−1)(m−2) lines originating from A1,A2,A3,...,An
Similarly, for other points
Now considering all the m points
B1,B2,B3,...,Bn in succession, we get number of points of intersection
=[1+2+3+...+(n−1)][(m−1)+(m−2)+...+3+2+1]
=n(n−1)2×m(m−1)2
=14mn(m−1)(n−1)