document.write( "Question 1174396: An electrical company claims that the average life of the bulbs it manufactures is 1200 hours within a standard deviation of 250 hours. If a random sample of 100 bulbs is chosen, what is the probability that the sample mean will be greater than 1150 hours \n" ); document.write( "
Algebra.Com's Answer #850672 by CPhill(1987) You can put this solution on YOUR website! **1. Calculate the Standard Error:**\r \n" ); document.write( "\n" ); document.write( "* The standard error of the mean (SEM) measures the variability of the sample mean. \n" ); document.write( "* SEM = σ / √n \n" ); document.write( " * σ = population standard deviation (250 hours) \n" ); document.write( " * n = sample size (100 bulbs) \n" ); document.write( "* SEM = 250 / √100 = 250 / 10 = 25 hours\r \n" ); document.write( "\n" ); document.write( "**2. Calculate the z-score:**\r \n" ); document.write( "\n" ); document.write( "* The z-score tells us how many standard errors the sample mean is away from the population mean. \n" ); document.write( "* z = (x̄ - μ) / SEM \n" ); document.write( " * x̄ = sample mean (1150 hours) \n" ); document.write( " * μ = population mean (1200 hours) \n" ); document.write( " * SEM = standard error of the mean (25 hours) \n" ); document.write( "* z = (1150 - 1200) / 25 = -50 / 25 = -2\r \n" ); document.write( "\n" ); document.write( "**3. Find the Probability:**\r \n" ); document.write( "\n" ); document.write( "* We want the probability that the sample mean is greater than 1150 hours. This is the same as finding the area to the right of z = -2 in the standard normal distribution. \n" ); document.write( "* Using a z-table or calculator, look up the probability for z = -2. You'll find a value of approximately 0.0228. \n" ); document.write( "* Since we want the area to the *right* of z = -2, subtract this value from 1: 1 - 0.0228 = 0.9772\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that the sample mean will be greater than 1150 hours is approximately 0.9772.** \n" ); document.write( " |