document.write( "Question 1186410: It has been estimated that 40% of the televisions that the manufacturer makes need repairs in the first three years operation. A new hotel buys 90 televisions form the company. Find the probability that in the first three years operation:\r
\n" );
document.write( "\n" );
document.write( "a. Less than 32 of the television needs repairs\r
\n" );
document.write( "\n" );
document.write( "b. Between 38 and 42 of the televisions, needs repairs
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849444 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this problem using the normal approximation to the binomial distribution:\r \n" ); document.write( "\n" ); document.write( "**1. Check if the normal approximation is appropriate:**\r \n" ); document.write( "\n" ); document.write( "* n * p = 90 * 0.40 = 36 >= 10 \n" ); document.write( "* n * (1-p) = 90 * 0.60 = 54 >= 10\r \n" ); document.write( "\n" ); document.write( "Since both conditions are met, the normal approximation is reasonable.\r \n" ); document.write( "\n" ); document.write( "**2. Calculate the mean (μ) and standard deviation (σ) of the binomial distribution:**\r \n" ); document.write( "\n" ); document.write( "* μ = n * p = 90 * 0.40 = 36 \n" ); document.write( "* σ = sqrt(n * p * (1-p)) = sqrt(90 * 0.40 * 0.60) = sqrt(21.6) ≈ 4.65\r \n" ); document.write( "\n" ); document.write( "**3. Apply the continuity correction:**\r \n" ); document.write( "\n" ); document.write( "Since we are dealing with a discrete variable (number of televisions) and approximating it with a continuous distribution (normal), we need a continuity correction.\r \n" ); document.write( "\n" ); document.write( "* **a. Less than 32 televisions:** We want P(x < 32). With the continuity correction, we use P(x < 31.5). \n" ); document.write( "* **b. Between 38 and 42 televisions:** We want P(38 <= x <= 42). With the continuity correction, we use P(37.5 < x < 42.5).\r \n" ); document.write( "\n" ); document.write( "**4. Calculate the z-scores:**\r \n" ); document.write( "\n" ); document.write( "The z-score formula is: z = (x - μ) / σ\r \n" ); document.write( "\n" ); document.write( "* **a. For x < 31.5:** z = (31.5 - 36) / 4.65 ≈ -0.97 \n" ); document.write( "* **b. For x < 37.5:** z = (37.5 - 36) / 4.65 ≈ 0.32 \n" ); document.write( "* **c. For x < 42.5:** z = (42.5 - 36) / 4.65 ≈ 1.40\r \n" ); document.write( "\n" ); document.write( "**5. Find the probabilities using the z-table or calculator:**\r \n" ); document.write( "\n" ); document.write( "* **a. P(x < 31.5):** Look up the probability corresponding to z = -0.97. P(z < -0.97) ≈ 0.1660. \n" ); document.write( "* **b. P(37.5 < x < 42.5):** Look up the probabilities for z = 1.40 and z = 0.32. P(z < 1.40) ≈ 0.9192 and P(z < 0.32) ≈ 0.6255. Then subtract the smaller probability from the larger: P(0.32 < z < 1.40) = P(z < 1.40) - P(z < 0.32) ≈ 0.9192 - 0.6255 ≈ 0.2937.\r \n" ); document.write( "\n" ); document.write( "**Answers:**\r \n" ); document.write( "\n" ); document.write( "* a. The probability that less than 32 televisions need repairs is approximately **0.1660**. \n" ); document.write( "* b. The probability that between 38 and 42 televisions need repairs is approximately **0.2937**. \n" ); document.write( " \n" ); document.write( " |