document.write( "Question 1183756: The quality assurance engineer of a receiving-sets manufacturer inspects receiving-sets in lots of 50. He selects 5 of the 50 receiving-sets at random and inspects them thoroughly. Assuming that 6 of the 50 receiving-sets in the current lot are defective, find the probability that exactly 2 of the 5 receiving-sets selected by the engineer are defective. \n" ); document.write( "
Algebra.Com's Answer #814245 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the probability of a set being defective is 6/50 = .12. \n" ); document.write( "the probability of a wet not being defective is 1 - .12 = .88\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you select 5 of the 50 at random.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula to use is p(x) = p^x * q^(n-x) * c(n,x). \n" ); document.write( "p is the probability of the set being defective. \n" ); document.write( "q is the probability of the set not being defective. \n" ); document.write( "n is equal to 5. \n" ); document.write( "x is equal to 0 to 5. \n" ); document.write( "c(n,x) is equal to n! / (x! * (n-x)!).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you want the probability that exactly 2 of the 5 sets selected at random are defective.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(2) = .12^2 * .88^(5-2) * c(5,2) = .12^2 * .88^3 * c(5,2) = .12^2 * .88^3 * 10 = .098131968.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that should be your answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all the probabilities are shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( "\n" ); document.write( "the eum of all probabilities is equal to 1, as it should be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of exactly 2 defective sets is p(2) = .098131968, which is equal to .098132 when rounded to 6 decimal digits. \n" ); document.write( " \n" ); document.write( " |