document.write( "Question 51754: elven people are entered in a race. if there are no ties, how many ways can the first three places come out?
\n" );
document.write( "thank you so much!
\n" );
document.write( ":) \n" );
document.write( "
Algebra.Com's Answer #34622 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! elven people are entered in a race. if there are no ties, how many ways can the first three places come out? \n" ); document.write( "first place could be any one of 11 \n" ); document.write( "second place could be any one of remaining 10 \n" ); document.write( "third place could be any one of remaining 9 \n" ); document.write( "number of possibilities = 11*10*9=990 \n" ); document.write( " |