document.write( "Question 553588: Determine if the problem is a combination or permutation and then find the answer.
\n" );
document.write( "How many ways can a group of 5 people be chosen from a class of 20? \n" );
document.write( "
Algebra.Com's Answer #360955 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "The combinations of 20 things taken 5 at a time\r\n" ); document.write( "\r\n" ); document.write( "That can be written any of the following ways:\r\n" ); document.write( "\r\n" ); document.write( "\"20 Choose 5\", \r\n" ); document.write( "\r\n" ); document.write( "C(20,5), \r\n" ); document.write( "\r\n" ); document.write( "20C5,\r\n" ); document.write( "\r\n" ); document.write( "C20,5\r\n" ); document.write( "\r\n" ); document.write( "20C5\r\n" ); document.write( "\r\n" ); document.write( "20C5\r\n" ); document.write( "\r\n" ); document.write( "20 nCr 5 <--(The TI-83 or TI-84 notation)\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |