document.write( "Question 1165659: The monthly earnings of a group of recent business school graduates are normally distributed with a standard deviation of 589 dollars. A researcher wants to estimate the mean monthly earnings of all recent graduates from the school. Find the sample size needed to have a confidence level of 95% and a margin of error of 132 dollars. \n" ); document.write( "
Algebra.Com's Answer #852952 by CPhill(2189) You can put this solution on YOUR website! The sample size needed to estimate the mean monthly earnings is **77**.\r \n" ); document.write( "\n" ); document.write( "To find the required sample size ($n$), we use the formula for estimating a population mean:\r \n" ); document.write( "\n" ); document.write( "$$n = \left(\frac{Z \cdot \sigma}{ME}\right)^2$$\r \n" ); document.write( "\n" ); document.write( "### 1. Identify the Variables\r \n" ); document.write( "\n" ); document.write( "* **Standard Deviation ($\sigma$):** $\$589$ \n" ); document.write( "* **Margin of Error ($ME$):** $\$132$ \n" ); document.write( "* **Confidence Level:** $95\%$ \n" ); document.write( "* **Z-score ($Z$):** For a $95\%$ confidence level, the critical $Z$-score is $\mathbf{1.96}$. \r \n" ); document.write( "\n" ); document.write( "### 2. Calculate the Sample Size\r \n" ); document.write( "\n" ); document.write( "Substitute the values into the formula:\r \n" ); document.write( "\n" ); document.write( "$$n = \left(\frac{1.96 \times 589}{132}\right)^2$$\r \n" ); document.write( "\n" ); document.write( "First, calculate the term inside the parenthesis:\r \n" ); document.write( "\n" ); document.write( "$$n = \left(\frac{1154.44}{132}\right)^2$$ \n" ); document.write( "$$n \approx (8.745757...)^2$$ \n" ); document.write( "$$n \approx 76.487$$\r \n" ); document.write( "\n" ); document.write( "### 3. Round Up\r \n" ); document.write( "\n" ); document.write( "Since the sample size must be a whole number and you must err on the side of caution (to ensure the margin of error is *no more* than \$132), you must **always round up** to the next whole number.\r \n" ); document.write( "\n" ); document.write( "$$n = \mathbf{77}$$\r \n" ); document.write( "\n" ); document.write( "The researcher needs a sample size of **77** graduates. \n" ); document.write( " |