document.write( "Question 728857: 10 students are participating in a competition .In how many ways can the 1st 3 prizes be won? \n" ); document.write( "
Algebra.Com's Answer #445619 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 10 ways to fill slot 1 (first place) \n" ); document.write( "9 ways to fill slot 2 (second place) \n" ); document.write( "8 ways to fill slot 3 (third place)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 10*9*8 = 720 ways to do this \n" ); document.write( " |