document.write( "Question 388730: The Big Triple at the local racetrack consists of picking the correct order of finish of the first three horses in the ninth race. If there are 12 horses entered in today’s ninth race, how many Big Triple outcomes are possible? \n" ); document.write( "
Algebra.Com's Answer #275095 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
The order matters, so use permuations:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "12P3 = 12*11*10 = 1320 triples
\n" ); document.write( "
\n" );