document.write( "Question 96329: How many possible batting combinations are there on a nine man baseball team and how do I figure out such a possibilitie? \n" ); document.write( "
Algebra.Com's Answer #70117 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
the first pick can be any one of 9
\n" ); document.write( "the second pick can be any one of the remaining 8
\n" ); document.write( "the next pick can be any one of the remaining 7
\n" ); document.write( "etc.
\n" ); document.write( "thus the product of this sequence is 9*8*7*6*5*4*3*2*1=362,880 combinations.
\n" ); document.write( "
\n" );