document.write( "Question 251025: if 12 horses are entered in the derby in how many ways can they finish 1st, 2nd, or 3rd? \n" ); document.write( "
Algebra.Com's Answer #182821 by blwinbbbles(106)\"\" \"About 
You can put this solution on YOUR website!
Since a horse can only hold one spot then:\r
\n" ); document.write( "\n" ); document.write( "12 horses for first
\n" ); document.write( "11 horses for second
\n" ); document.write( "10 horses for thirds\r
\n" ); document.write( "\n" ); document.write( "so it would be 12 x 11 x 10 = 1320
\n" ); document.write( "
\n" );