document.write( "Question 1119812: 15 points are placed on a circle. How many triangles is it possible to form, such that their vertices will be the given points? \n" ); document.write( "
Algebra.Com's Answer #735425 by greenestamps(13215) You can put this solution on YOUR website! \n" ); document.write( "Any three points that are not collinear will form a triangle. \n" ); document.write( "If any number of points are placed on a circle, no three of them can be collinear. \n" ); document.write( "So you can form a triangle by choosing any 3 of the 15 points. The number of ways to do that is \"15 choose 3\" \n" ); document.write( "=(15*14*13)/(3*2*1) = 455 \n" ); document.write( " |