document.write( "Question 421111: There are 10 points A, B, C, …in a plane, no three on the same line. i) How many triangles are determined by these points? ii) How many of these triangles contain the point A? \n" ); document.write( "
Algebra.Com's Answer #294116 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 10 points A, B, C, …in a plane, no three on the same line. \r \n" ); document.write( "\n" ); document.write( "i) How many triangles are determined by these points? \n" ); document.write( "3 non-collinear points determine a triangle. \n" ); document.write( "# of triangles = 10C3 = (10*9*8)/(1*2*3) = 120 \n" ); document.write( "=======================================================\r \n" ); document.write( "\n" ); document.write( "ii) How many of these triangles contain the point A? \n" ); document.write( "A plus 2 more points determine a triangle. \n" ); document.write( "# of triangles = 9C2 = (9*8)/(1*2) = 36 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======= \n" ); document.write( " |