

InterviewSolution
Saved Bookmarks
1. |
The greatest possible number of points of intersection of 8 straight lines and 4 circles is: |
Answer» `.^8C_2*1=28` `.^8C_1*4C_1*2=64` `.^4C_2*2=12` Total=`10^4.` |
|