$N$ straight lines are drawn on a plane. The $N$ lines can be partitioned into set of lines such that if a line $l$ belongs to a partition set then all lines parallel to $l$ make up the rest of that set. For each $n>=1$,let $a_n$ denote the number of partition sets of size $n$. Now that $N$ lines intersect at certain points on the plane. For each $n>=2$ let $b_n$ denote the number of points that are intersection of exactly $n$ lines. Show that $\sum_{n>= 2}(a_n+b_n)$$\binom{n}{2}$ $=$ $\binom{N}{2}$