document.write( "Question 1019783: There are 5 students in a small class. To make a team, the names of 3
\n" );
document.write( " of them will be drawn from a hat. How many different teams of 3 students are possible? \n" );
document.write( "
Algebra.Com's Answer #635744 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "For PERMUTATIONS, we PLACE in POSITIONS.\r\n" ); document.write( "For COMBINATIONS, we merely CHOOSE, we don't place them in positions.\r\n" ); document.write( "\r\n" ); document.write( "P for permutations, P for Placing in POSITIONS.\r\n" ); document.write( "C for combinations, C for CHOOSING\r\n" ); document.write( " \n" ); document.write( "There are 5 students in a small class. \n" ); document.write( "To make a team, the names of 3 of them will be drawn from a hat. \n" ); document.write( "How many different teams of 3 students are possible? \n" ); document.write( " \r\n" ); document.write( "We are merely CHOOSING them, not POSITIONING them, so its \r\n" ); document.write( "COMBINATIONS.\r\n" ); document.write( "\r\n" ); document.write( "5 students CHOOSE 3 = 5C3\n" ); document.write( " |