document.write( "Question 1024234: There are
\n" );
document.write( "5
\n" );
document.write( " students in a small class. To make a team, the names of
\n" );
document.write( "3
\n" );
document.write( " of them will be drawn from a hat. How many different teams of
\n" );
document.write( "3
\n" );
document.write( " students are possible?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #639794 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Five taken three at a time is found by 5C3, or \n" ); document.write( "(5 * 4 * 3) / (3 * 2 * 1) = 10 possible teams \n" ); document.write( " |