document.write( "Question 1193015: 1.Suppose you have n points, no three of which are collinear. How many lines contain two of these n points?\r
\n" ); document.write( "\n" ); document.write( "2.If no four of the n points are coplanar, how many planes contain three of the n points?
\n" ); document.write( "Hint: (for 1 and 2, generalize in a form of a formula)
\n" ); document.write( "

Algebra.Com's Answer #824984 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "1.Suppose you have n points, no three of which are collinear. How many lines contain two of these n points?\r
\n" ); document.write( "\n" ); document.write( "2.If no four of the n points are coplanar, how many planes contain three of the n points?
\n" ); document.write( "Hint: (for 1 and 2, generalize in a form of a formula)
\n" ); document.write( "~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "(1)  The number of lines is the number of combinations n points taken 2 at a time\r\n" );
document.write( "\r\n" );
document.write( "         \"C%5Bn%5D%5E2\" = \"%28n%2A%28n-1%29%29%2F2\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     Each pair of points determines a unique line.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     For example,  for 4 points  (n = 4),  there are  \"C%5B4%5D%5E2\" = \"%284%2A%284-1%29%29%2F2\" = \"%284%2A3%29%2F2\" = 2*3 = 6 lines.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     Compare it with 4 sides + 2 diagonals of an arbitrary quadrilateral \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(2)  The number of planes is the number of combinations of n points taken 3 at a time\r\n" );
document.write( "\r\n" );
document.write( "         \"C%5Bn%5D%5E3\" = \"n%2A%28n-1%29%2A%28n-2%29%2F%281%2A2%2A3%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     Each triple of points determines a unique plane.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     For example,  for 4 points  (n = 4),  there are  \"C%5B4%5D%5E3\" = \"%284%2A3%2A2%29%2F%281%2A2%2A3%29\" = 4 planes.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     Compare it with 4 faces of a tetrahedron.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved and explained.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );