document.write( "Question 765890: A manager must select 8 of 12 possible workers to work on New Year's Eve. In how many ways can this be done? \n" ); document.write( "
Algebra.Com's Answer #466488 by ramkikk66(644)![]() ![]() ![]() You can put this solution on YOUR website! Can be done in \"12 choose 8\" which is the same as \"12 choose 4\" or C(12,4)\r \n" ); document.write( "\n" ); document.write( "Number of ways = 12*11*10*9/(1*2*3*4) = 495 ways. \n" ); document.write( " |