document.write( "Question 1191336: he personnel director of a large corporation wishes to study absenteeism among clerical workers at the corporation's central office during the year. A random sample of 25 clerical workers reveals the following:
\n" );
document.write( "• Absenteeism: = 9.7 days, S = 4.0 days.
\n" );
document.write( "• 12 clerical workers were absent more than 10 days.
\n" );
document.write( "a. Construct a 95% confidence interval estimate for the mean number of absences for clerical workers during the year.
\n" );
document.write( "b. Construct a 95% confidence interval estimate for the population proportion of clerical workers absent more than 10 days during the year. Suppose that the personnel director also wishes to take a survey in a branch office. Answer these questions:
\n" );
document.write( "c. What sample size is needed to have 95% confidence in estimating the population mean absenteeism to within ±1.5 days if the population standard deviation is estimated to be 4.5 days?
\n" );
document.write( "d. How many clerical workers need to be selected to have 90% confidence in estimating the population proportion to within ± 0.075 if no previous estimate is available?
\n" );
document.write( "e. Based on (c) and (d), what sample size is needed if a single survey is being conducted? \n" );
document.write( "
Algebra.Com's Answer #849224 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this problem:\r \n" ); document.write( "\n" ); document.write( "**a) 95% Confidence Interval for Mean Absences:**\r \n" ); document.write( "\n" ); document.write( "Since the sample size is small (n=25) and the population standard deviation is unknown, we use the t-distribution.\r \n" ); document.write( "\n" ); document.write( "1. **Find the critical t-value:** For a 95% confidence level and 24 degrees of freedom (n-1 = 25-1 = 24), the critical t-value is approximately 2.064 (you can find this using a t-table or calculator).\r \n" ); document.write( "\n" ); document.write( "2. **Calculate the margin of error:** \n" ); document.write( " Margin of Error = t * (S / √n) = 2.064 * (4.0 / √25) = 2.064 * 0.8 = 1.6512\r \n" ); document.write( "\n" ); document.write( "3. **Construct the confidence interval:** \n" ); document.write( " Confidence Interval = ȳ ± Margin of Error = 9.7 ± 1.6512\r \n" ); document.write( "\n" ); document.write( " The 95% confidence interval is approximately (8.05, 11.35) days.\r \n" ); document.write( "\n" ); document.write( "**b) 95% Confidence Interval for Population Proportion:**\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the sample proportion (p̂):** \n" ); document.write( " p̂ = (Number of workers absent > 10 days) / (Total number of workers) = 12/25 = 0.48\r \n" ); document.write( "\n" ); document.write( "2. **Find the critical z-value:** For a 95% confidence level, the critical z-value is 1.96.\r \n" ); document.write( "\n" ); document.write( "3. **Calculate the margin of error:** \n" ); document.write( " Margin of Error = z * √(p̂(1 - p̂) / n) = 1.96 * √(0.48 * 0.52 / 25) ≈ 0.196\r \n" ); document.write( "\n" ); document.write( "4. **Construct the confidence interval:** \n" ); document.write( " Confidence Interval = p̂ ± Margin of Error = 0.48 ± 0.196\r \n" ); document.write( "\n" ); document.write( " The 95% confidence interval is approximately (0.284, 0.676).\r \n" ); document.write( "\n" ); document.write( "**c) Sample Size for Mean Absences:**\r \n" ); document.write( "\n" ); document.write( "1. **Use the sample size formula:** \n" ); document.write( " n = (z * σ / E)²\r \n" ); document.write( "\n" ); document.write( " Where: \n" ); document.write( " * z is the critical z-value for 95% confidence (1.96) \n" ); document.write( " * σ is the estimated population standard deviation (4.5 days) \n" ); document.write( " * E is the desired margin of error (1.5 days)\r \n" ); document.write( "\n" ); document.write( "2. **Calculate:** \n" ); document.write( " n = (1.96 * 4.5 / 1.5)² = (5.88)² = 34.57\r \n" ); document.write( "\n" ); document.write( " Since you can't have a fraction of a worker, round up to the nearest whole number. Therefore, a sample size of 35 workers is needed.\r \n" ); document.write( "\n" ); document.write( "**d) Sample Size for Population Proportion:**\r \n" ); document.write( "\n" ); document.write( "1. **Use the sample size formula (when no prior estimate is available):** \n" ); document.write( " n = (z² * 0.25) / E²\r \n" ); document.write( "\n" ); document.write( " Where: \n" ); document.write( " * z is the critical z-value for 90% confidence (1.645) \n" ); document.write( " * E is the desired margin of error (0.075)\r \n" ); document.write( "\n" ); document.write( "2. **Calculate:** \n" ); document.write( " n = (1.645² * 0.25) / 0.075² ≈ 120.278\r \n" ); document.write( "\n" ); document.write( " Round up to the nearest whole number. A sample size of 121 workers is needed.\r \n" ); document.write( "\n" ); document.write( "**e) Sample Size for Single Survey:**\r \n" ); document.write( "\n" ); document.write( "Since a single survey is being conducted, you need to choose the larger of the two sample sizes calculated in parts (c) and (d). Therefore, a sample size of 121 workers is needed to satisfy both requirements. \n" ); document.write( " \n" ); document.write( " |