document.write( "Question 312211: How many ways can 15 girls be chosen to form a baseball team of 9 players?
\n" );
document.write( " 5005
\n" );
document.write( " 24
\n" );
document.write( " 1,816,214,400
\n" );
document.write( " 135
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #223249 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! 15 chosen 9 at a time is \n" ); document.write( "15! / (9!)(6!) = \n" ); document.write( "(15 * 14 * 13 * 12 * 11 * 10) / (6 * 5 * 4 * 3 * 2 * 1) = \n" ); document.write( "5005 \n" ); document.write( " |