document.write( "Question 308180: A baseball team has 15 players on it's roster. How many ways are there to pick nine starters? \n" ); document.write( "
Algebra.Com's Answer #220390 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=n!/((n-r)!r!) \n" ); document.write( "=15!/(6!*9!) \n" ); document.write( "=5,005 ways \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |