document.write( "Question 446542: A shipment of 10 television sets is reveived. Six sets are chosen at random and tested for defects. In how many ways can the six be chosen? \n" ); document.write( "
Algebra.Com's Answer #307525 by mohammadrezai(14)![]() ![]() ![]() You can put this solution on YOUR website! 10!/(6!*4!) \n" ); document.write( "=(10*9*8*7*6!)/(6!*4!) \n" ); document.write( "=210 \n" ); document.write( " |