document.write( "Question 641952: 1. How many batting lineups are there for nine players of a baseball team if the center fielder must bat fourth, the second baseman must bat third and the pitcher last? \n" ); document.write( "
Algebra.Com's Answer #403905 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
You have 3 slots locked up because \"the center fielder must bat fourth, the second baseman must bat third and the pitcher last\". So you have 9 - 3 = 6 players to arrange in 6 slots.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are 6! = 6*5*4*3*2*1 = 720 different ways to arrange the 6 remaining players. So there are 720 different lineups.
\n" ); document.write( "
\n" );