There are $4$ distinct parabolas, $5$ distinct circles and $3$ distinct lines in the $x-y$ plane. Find the maximum possible value of the number of their points of intersection.
My Attempt at the Question: I first to try and figure out the maximum number of points of intersection. For that I figured that parabola and circle intersect at max. $4$ points. And straight line will intersect the circle and parabola at $4$ distinct points. But this lead me nowhere.






Use the fact that 2 parabolae intersect at 4 points.So does the circles. Generalising it, n parabolas will intersect (maximum)on $4(^nC_2)$ points. Thus total = $4\times(^4C_2) + 2\times(^5C_2) + 1\times(^3C_2) + 4\times(5\times4) + 2\times(4\times3) +2\times(5\times3) = 181$ points. Your doubts about it are most welcome!