document.write( "Question 1143913: Four lines on the plane have at most N common points. Find N.
\n" ); document.write( "A)7
\n" ); document.write( "B)6
\n" ); document.write( "C)5
\n" ); document.write( "D)4
\n" ); document.write( "

Algebra.Com's Answer #764858 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Think about it ... imagine drawing the lines one at a time:\r
\n" ); document.write( "\n" ); document.write( "The first line has no lines to cross. Common points = 0.\r
\n" ); document.write( "\n" ); document.write( "The 2nd line can cross the first line (at most) once. Common points = 1.\r
\n" ); document.write( "\n" ); document.write( "The 3rd line can cross each of the first two lines once. That's two more. Common point count is now 1+2 = 3.\r
\n" ); document.write( "\n" ); document.write( "The 4th line can cross each of the first three lines once. That's three more. Common point count is now 3+3 = 6.\r
\n" ); document.write( "\n" ); document.write( "B) 6 \n" ); document.write( "
\n" );