document.write( "Question 960975: there are 10 teams competing in the national math competition if only the first four teams are awarded medals how many possible arrangments of first second third and fourth are possible \n" ); document.write( "
Algebra.Com's Answer #587363 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Choose the recipient for 1st medal any of 10 ways\r\n" ); document.write( "Choose the recipient for 2nd medal any of the 9 remaining ways\r\n" ); document.write( "Choose the recipient for 3rd medal any of the 8 remaining ways\r\n" ); document.write( "Choose the recipient for 4th medal any of the 7 remaining ways\r\n" ); document.write( "\r\n" ); document.write( "Answer: 10*9*8*7 = \"10 Position 4\" = 10P4 =\n" ); document.write( " |