document.write( "Question 1146533: Suppose 22 cars start at a car race. In how many ways can the top 3 cars finish the​ race?\r
\n" ); document.write( "\n" ); document.write( "The number of different top three finishes possible for this race of 22 cars is __
\n" ); document.write( "

Algebra.Com's Answer #767811 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
It sounds like the order that the top 3 finish matters, so
\n" ); document.write( "if the top 3 are 7, 19, 21, then the possible orders are:
\n" ); document.write( "7, 19, 21
\n" ); document.write( "7, 21, 19
\n" ); document.write( "19, 7, 21
\n" ); document.write( "19, 21, 7
\n" ); document.write( "21, 7, 19
\n" ); document.write( "21, 19, 7
\n" ); document.write( "--------------
\n" ); document.write( "So, you want the number of permutations , 22 things
\n" ); document.write( "taken 3 at a time:
\n" ); document.write( "\"+n%21+%2F+%28+n+-+r+%29%21+\"
\n" ); document.write( "\"+n+=+22+\"
\n" ); document.write( "\"+r+=+3+\"
\n" ); document.write( "\"+22%21+%2F+%28+22+-+3+%29%21+\"
\n" ); document.write( "\"+22%21+%2F+19%21+=+22%2A21%2A20+\"
\n" ); document.write( "\"+22%21+%2F+19%21+=+9240+\"
\n" ); document.write( "----------------------------
\n" ); document.write( "check the math & get another opinion
\n" ); document.write( "
\n" ); document.write( "
\n" );