There is a plane P.100 lines are on P.Is it possible to arrange them in a way such that they intersect in exactly 2002 points given that no three of them are concurrent?
Problem is in starting the question as no specific conditions about lines being parallel are given.
Any help is highly appreciated.
As others have pointed out, you need to start out by partitioning the lines into groups of parallel ones. Assume that the sizes of the groups are $n_1,n_2,\ldots, n_k$. In other words, there is a group of $n_1$ lines parallel to each other but non-parallel to the rest, another group of $n_2$ lines parallel to each other but non-parallel to the rest et cetera.
The number of points of intersections is then $$ 2002=\sum_{1\le i<j\le k}n_in_j. $$ Multiplying this by $2$ gives $$ \begin{aligned} 4004&=\sum_{1\le i\le k, 1\le j\le k, i\neq j}n_in_j\\ &=(\sum_{1\le i\le k}n_i)(\sum_{1\le j\le k}n_j)-\sum_{1\le i\le k}n_i^2\\ &=100^2-\sum_{i=1}^kn_i^2. \end{aligned} $$ Therefore to solve the problem you need to find natural numbers $k$ and $n_1,n_2,\ldots,n_k$ such that $$ \begin{cases}\sum_{i=1}^kn_i&=100,\\ \sum_{i=1}^kn_i^2&=5996. \end{cases} $$
There are solutions to this system: $$ \begin{aligned} n_1&=75, n_2=19, n_3=n_4=2, n_5=n_6=1,\qquad \text{(Brian Tung)}\\ n_1&=76, n_2=14, n_3=4, n_4=2, n_5=n_6=n_7=n_8=1,\\ n_1&=77, n_2=7, n_3=2, n_4=\cdots=n_{17}=1.\qquad \text{(JL)} \end{aligned} $$