document.write( "Question 164173: A talent contest has 8 contestants. Judges must award prizes for first, second and third prizes. If there are no ties,
\n" );
document.write( "(a) in How many different ways can the 3 prizes be awarded, and,
\n" );
document.write( "(b) how many different groups of 3 people can get prizes? \n" );
document.write( "
Algebra.Com's Answer #120950 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! (a) 8 * 7 * 6 = 336 ways\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b) use combination: \n" ); document.write( " \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( " = 8 * 7 \n" ); document.write( " = 56 groups \n" ); document.write( " |