document.write( "Question 1027696: A horse race has 12 entries. Assuming there are no ties, how many different ways can these horses finish first, second, and third? \n" ); document.write( "
Algebra.Com's Answer #642939 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A horse race has 12 entries. Assuming there are no ties, how many different ways can these horses finish first, second, and third? \n" ); document.write( "============ \n" ); document.write( "1st is 1 of 12. \n" ); document.write( "Then 1 of 11, then 1 of 10 \n" ); document.write( "---- \n" ); document.write( "= 12*11*10 = 1320 ways \n" ); document.write( " \n" ); document.write( " |