document.write( "Question 389651: Fourteen people are entered in a race. If there are no ties, in how many ways can the first three places be arranged? \n" ); document.write( "
Algebra.Com's Answer #276166 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
There are 14 choices for 1st place, 13 for 2nd, 12 for 3rd. The number of ways is 14P3 = 14*13*12 = 2184. \n" ); document.write( "
\n" );