document.write( "Question 1192123: When purchasing bulk orders of batteries, a toy manufacturer uses this acceptance sampling plan: randomly select and test 46 batteries and determine whether each is within specifications. The entire shipment will be accepted if at most 2 of the batteries do not meet specifications. Suppose a certain shipment contains 7,000 batteries, and 2% of them do not meet specifications. What is the probability that this entire shipment of 7,000 batteries will be accepted? (Round your answer to three decimal places; add trailing zeros as needed.) \n" ); document.write( "
Algebra.Com's Answer #849084 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this problem using the binomial probability formula:\r \n" ); document.write( "\n" ); document.write( "**1. Define the variables:**\r \n" ); document.write( "\n" ); document.write( "* n = 46 (sample size) \n" ); document.write( "* p = 0.02 (probability of a battery not meeting specifications) \n" ); document.write( "* k = number of batteries not meeting specifications (0, 1, or 2 for acceptance)\r \n" ); document.write( "\n" ); document.write( "**2. Calculate the probabilities:**\r \n" ); document.write( "\n" ); document.write( "We need to calculate the probability of 0, 1, or 2 batteries not meeting specifications and then add these probabilities together. The binomial probability formula is:\r \n" ); document.write( "\n" ); document.write( "P(x) = (nCx) * p^x * (1-p)^(n-x)\r \n" ); document.write( "\n" ); document.write( "Where nCx is the number of combinations of n items taken x at a time (also written as \"n choose x\").\r \n" ); document.write( "\n" ); document.write( "* P(0) = (46C0) * (0.02)^0 * (0.98)^46 ≈ 0.396 \n" ); document.write( "* P(1) = (46C1) * (0.02)^1 * (0.98)^45 ≈ 0.372 \n" ); document.write( "* P(2) = (46C2) * (0.02)^2 * (0.98)^44 ≈ 0.168\r \n" ); document.write( "\n" ); document.write( "**3. Add the probabilities:**\r \n" ); document.write( "\n" ); document.write( "P(acceptance) = P(0) + P(1) + P(2) ≈ 0.396 + 0.372 + 0.168 ≈ 0.936\r \n" ); document.write( "\n" ); document.write( "**Answer:**\r \n" ); document.write( "\n" ); document.write( "The probability that the entire shipment will be accepted is approximately 0.936. \n" ); document.write( " \n" ); document.write( " |