document.write( "Question 1031489: An electronics store received a shipment of 20 calculators, including 7 defective. 4 of the calculators are selected to be sent to a high school.\r
\n" );
document.write( "\n" );
document.write( "A)How many selections can be made using the original shipment?\r
\n" );
document.write( "\n" );
document.write( "B) How many selections will contain defective calculators?\r
\n" );
document.write( "\n" );
document.write( "C) How many will contain 1 defective calculator?\r
\n" );
document.write( "\n" );
document.write( "D) How may of these will contain 3 defective calculators? \n" );
document.write( "
Algebra.Com's Answer #646184 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An electronics store received a shipment of 20 calculators, including 7 defective. 4 of the calculators are selected to be sent to a high school. \n" ); document.write( "A)How many selections can be made using the original shipment?:: \n" ); document.write( "20C4 = (20*19*18*17)/(1*2*3*4) = (5*19*3*17) = 4845 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "B) How many selections will contain defective calculators? \n" ); document.write( "# with NO defective = 13C4 = (13*12*11*10)/(1*2*3*4) = (13*11*5) = 715 \n" ); document.write( "# with at least one defective = 4845-715 \n" ); document.write( "------------------------------------------- \n" ); document.write( "C) How many will contain 1 defective calculator? \n" ); document.write( "7C1*13C3 = 7*286 = 2002 \n" ); document.write( "------------------------------------- \n" ); document.write( "D) How may of will contain 3 defective calculators? \n" ); document.write( "7C3*13C1 = 13*(7*6*5)/(1*2*3) = 455 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |