document.write( "Question 1109284: A youth baseball team contains 12 players, all of whom can play any position. The coach has not yet determined which 9 players to use nor what the batting order will be. How many different batting orders may occur? \n" ); document.write( "
Algebra.Com's Answer #724277 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
It is 12C9
\n" ); document.write( "That is 12!/9!3!
\n" ); document.write( "That is 12*11*10/6
\n" ); document.write( "220.
\n" ); document.write( "
\n" );