document.write( "Question 1035252: jason wants to choose 9 players for his track team there are 12 players to choose from. how many different teams can jason make? \n" ); document.write( "
Algebra.Com's Answer #649942 by Amrata1(11)![]() ![]() ![]() You can put this solution on YOUR website! Since he wants to choose 9 players out of 12 players, he can do it in 12C9 ways. \n" ); document.write( "nCr = n!/(n-r)!*r!\r \n" ); document.write( "\n" ); document.write( "12C9 = 12!/(12-9)!*9! \n" ); document.write( "= 12*11*10/6 = 220\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |