document.write( "Question 870508: From a batch of 500 light bulbs, how many ways can three be tested to see if they are defective? \n" ); document.write( "
Algebra.Com's Answer #525007 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! If order mattered, then there are 500*499*498 = 124,251,000 ways to test 3 lightbulbs (from a batch of 500). \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since order does not matter, we divide by 3! = 3*2*1 = 6 to get 124,251,000/6 = 20,708,500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "=================================================================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Final Answer: There are 20,708,500 different ways to test 3 light bulbs (from a pool of 500). Order does not matter. \n" ); document.write( " |