document.write( "Question 1170244: In a certain stats class, the marks obtained by students on a class test followed a normal distribution with a mean of 68% and a standard deviation of 10%. What is the probability that the mean test mark from a sample of 25 students from the class was more than 72%?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #851233 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's break down this problem step by step.\r \n" ); document.write( "\n" ); document.write( "**Understanding the Problem**\r \n" ); document.write( "\n" ); document.write( "We are dealing with the sampling distribution of the mean. We're given:\r \n" ); document.write( "\n" ); document.write( "* Population mean (μ) = 68% \n" ); document.write( "* Population standard deviation (σ) = 10% \n" ); document.write( "* Sample size (n) = 25 \n" ); document.write( "* We want to find the probability that the sample mean (x̄) > 72%\r \n" ); document.write( "\n" ); document.write( "**Key Concepts**\r \n" ); document.write( "\n" ); document.write( "* **Sampling Distribution of the Mean:** When we take multiple samples from a population, the means of those samples form a distribution. \n" ); document.write( "* **Central Limit Theorem:** If the population is normally distributed or if the sample size is large enough (n ≥ 30), the sampling distribution of the mean is approximately normal. \n" ); document.write( "* **Standard Error of the Mean (SEM):** The standard deviation of the sampling distribution of the mean is given by σ / √n.\r \n" ); document.write( "\n" ); document.write( "**Calculations**\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the Standard Error of the Mean (SEM):** \n" ); document.write( " SEM = σ / √n = 10% / √25 = 10% / 5 = 2%\r \n" ); document.write( "\n" ); document.write( "2. **Calculate the Z-score:** \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 = (72% - 68%) / 2% = 4% / 2% = 2\r \n" ); document.write( "\n" ); document.write( "3. **Find the Probability:** \n" ); document.write( " We want to find P(x̄ > 72%), which is equivalent to finding P(Z > 2). \n" ); document.write( " Using a standard normal distribution table or a calculator, we find that: \n" ); document.write( " P(Z < 2) ≈ 0.9772 \n" ); document.write( " Therefore, P(Z > 2) = 1 - P(Z < 2) = 1 - 0.9772 = 0.0228\r \n" ); document.write( "\n" ); document.write( "**Answer**\r \n" ); document.write( "\n" ); document.write( "The probability that the mean test mark from a sample of 25 students was more than 72% is approximately 0.0228. \n" ); document.write( " \n" ); document.write( " |