document.write( "Question 1083597: a computer store receives a shipment of 24 monitors, including 5 defective and 19 good monitors. Three monitors are chosen at random.\r
\n" );
document.write( "\n" );
document.write( "How many selections of 3 are possible?
\n" );
document.write( "How many selections will contain NO defective monitors out of 3? \n" );
document.write( "
Algebra.Com's Answer #697600 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Problem: \n" ); document.write( "A computer store receives a shipment of 24 monitors, including 5 defective and 19 good monitors. Three monitors are chosen at random.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Questions: \n" ); document.write( "Part A) How many selections of 3 are possible? \n" ); document.write( "Part B) How many selections will contain NO defective monitors out of 3?\r \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------------------------- \n" ); document.write( "-----------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer for part A): 2024 \n" ); document.write( "Answer for part B): 969\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------------------------- \n" ); document.write( "-----------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part A)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have 24 monintors total. The pool size is n = 24. \n" ); document.write( "When I use the term \"pool\", I mean the set in which we can make a selection from.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have 3 slots to fill. This means r = 3. \n" ); document.write( "Order does NOT matter. Why not? \n" ); document.write( "Because all that matters is the grouping overall. \n" ); document.write( "A group like {A,B,C} is the same as {C,B,A} \n" ); document.write( "The only thing important really is the condition of the monitor (whether it's defective or non-defective).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the combination formula to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "24 C 3 = (24!)/(3!*(24-3)!) \n" ); document.write( "24 C 3 = (24!)/(3!*21!) \n" ); document.write( "24 C 3 = (24*23*22*21!)/(3!*21!) \n" ); document.write( "24 C 3 = (24*23*22)/(3!) \n" ); document.write( "24 C 3 = (24*23*22)/(3*2*1) \n" ); document.write( "24 C 3 = (12144)/(6) \n" ); document.write( "24 C 3 = 2024\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which is the answer to part A. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An alternative is to think of having 24 choices for slot A \n" ); document.write( "23 choices for slot B, and 22 choices for slot C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That makes 24*23*22 = 12144 different permutations. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Because order does NOT matter, we divide by 3! = 3*2*1 = 6 because there are 6 ways to order any single group of three.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Doing so yields: 12144/6 = 2024 \n" ); document.write( "leading to the same answer. \n" ); document.write( "This alternative method of thinking is shown in steps 5 & 6 of the combination formula method above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part B)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The pool of possible choices goes from 24 to 19 since we're only considering the non-defective monitors now. \n" ); document.write( "So n = 19 for part B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We still have 3 slots to fill. So r = 3. \n" ); document.write( "Like before, order isn't important. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the combination formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "19 C 3 = (19!)/(3!*(19-3)!) \n" ); document.write( "19 C 3 = (19!)/(3!*16!) \n" ); document.write( "19 C 3 = (19*18*17*16!)/(3!*16!) \n" ); document.write( "19 C 3 = (19*18*17)/(3!) \n" ); document.write( "19 C 3 = (19*18*17)/(3*2*1) \n" ); document.write( "19 C 3 = (5814)/(6) \n" ); document.write( "19 C 3 = 969\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which is the answer to part B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side Note: \n" ); document.write( "Subtract the results from part A) and part B) to get \n" ); document.write( "2024-969 = 1055 \n" ); document.write( "This value of 1055 is the number of ways to select a trio of monitors where at least one is defective. \n" ); document.write( "\"At least one\" means \"one or more\". \n" ); document.write( "This bit of info is optional but may come in handy down the line.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |