document.write( "Question 397991: A baseball manager chooses his lineup 1-9. How many ways can he organize his lineup if the pitcher doe not hit in the first four?\r
\n" );
document.write( "\n" );
document.write( "I did 9*8*7*6*6*5*4*3*2
\n" );
document.write( "is this correct? \n" );
document.write( "
Algebra.Com's Answer #281994 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! If the top of the lineup is considered first, there are only \n" ); document.write( "8 choices for 1st batter, then 7 choices, 6, and 5 \n" ); document.write( "So the number of choices for the top 4 positions are \n" ); document.write( " \n" ); document.write( "4 others left. \n" ); document.write( "2, and 1 \n" ); document.write( " \n" ); document.write( "Hope I got it right \n" ); document.write( " |