document.write( "Question 1174328: In a survey of a company, mean salary of employees is MYR29,321 with standard deviation of MYR2,120. Consider the sample of 100 employees and find the probability their mean salary will be less than MYR29,000? (Hint: use central limit theorem). \n" ); document.write( "
Algebra.Com's Answer #850697 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this problem using the Central Limit Theorem:\r \n" ); document.write( "\n" ); document.write( "**1. Understand the Central Limit Theorem**\r \n" ); document.write( "\n" ); document.write( "* The Central Limit Theorem states that the distribution of sample means approaches a normal distribution as the sample size increases, regardless of the population's distribution. \n" ); document.write( "* The mean of the sample means (μ_x̄) is equal to the population mean (μ). \n" ); document.write( "* The standard deviation of the sample means (standard error, σ_x̄) is equal to the population standard deviation (σ) divided by the square root of the sample size (n).\r \n" ); document.write( "\n" ); document.write( "**2. Given Information**\r \n" ); document.write( "\n" ); document.write( "* Population mean (μ) = MYR 29,321 \n" ); document.write( "* Population standard deviation (σ) = MYR 2,120 \n" ); document.write( "* Sample size (n) = 100 \n" ); document.write( "* Sample mean (x̄) = MYR 29,000\r \n" ); document.write( "\n" ); document.write( "**3. Calculate the Standard Error**\r \n" ); document.write( "\n" ); document.write( "* Standard error (σ_x̄) = σ / √n = 2120 / √100 = 2120 / 10 = 212\r \n" ); document.write( "\n" ); document.write( "**4. Calculate the Z-score**\r \n" ); document.write( "\n" ); document.write( "* Z = (x̄ - μ) / σ_x̄ = (29000 - 29321) / 212 = -321 / 212 ≈ -1.514\r \n" ); document.write( "\n" ); document.write( "**5. Find the Probability**\r \n" ); document.write( "\n" ); document.write( "* We want to find the probability that the sample mean is less than MYR 29,000, i.e., P(x̄ < 29000) or P(Z < -1.514). \n" ); document.write( "* Using a standard normal distribution table or a calculator (or the provided python code), we find that P(Z < -1.514) ≈ 0.06499.\r \n" ); document.write( "\n" ); document.write( "**Answer:**\r \n" ); document.write( "\n" ); document.write( "The probability that the mean salary of a sample of 100 employees will be less than MYR 29,000 is approximately 0.0650 or 6.5%. \n" ); document.write( " \n" ); document.write( " |