document.write( "Question 524152: Hello,
\n" );
document.write( "Can you please show me how to do this problem?\r
\n" );
document.write( "\n" );
document.write( "A baseball manager has 12 players of the same ability. How many 9 player starting lineups can he create?\r
\n" );
document.write( "\n" );
document.write( "Thank You! \n" );
document.write( "
Algebra.Com's Answer #347623 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! With 12 players, how many ways can the manager pick a line-up of 9 players. \n" ); document.write( "n = 12 \n" ); document.write( "k = 9 \n" ); document.write( ". \n" ); document.write( "n!/(n-k)! = 12!/3! = 79833600 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |