document.write( "Question 626467: Five students hold a checkers tournament. In the first round, each of the students plays each of the other students just once. How many different games are played? \n" ); document.write( "
Algebra.Com's Answer #394187 by Edwin McCravy(20067) You can put this solution on YOUR website! \r\n" ); document.write( "\"5 choose 2\", or \"the combinations of 5 things taken 2 at a time\". It's\r\n" ); document.write( "combinations, not permutations because order is not considered since \r\n" ); document.write( "A playing B is the same thing as B playing A.\r\n" ); document.write( "\r\n" ); document.write( "C(5,2) =\n" ); document.write( " |