document.write( "Question 90844: In how many ways can a baseball coach arrange the batting order. There are 9 players?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65918 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! How many players can be first? ~ 9 \n" ); document.write( "Second? ~ 8 \n" ); document.write( "Third? ~ 7 \n" ); document.write( "9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1 or 9! or 362,880 ways \n" ); document.write( " |