document.write( "Question 1179607: A business consultant wanted to investigate if providing day care facilities on premises
\n" );
document.write( "by companies reduces the absentee rate of working mothers from companies that provide
\n" );
document.write( "day care facilities on premises. Sample of 50 mothers selected from the companies that
\n" );
document.write( "provide day care facilities was taken. These mothers missed an average of 6.4 days from
\n" );
document.write( "work last year with a standard deviation of 1.20 days. Another sample of 50 such mothers
\n" );
document.write( "taken from companies that do not provide day care facilities on premises showed that these
\n" );
document.write( "mothers missed an average of 9.3 days last year with a standard deviation of 1.83 days.
\n" );
document.write( "Construct a 98 % confidence interval for the difference between the two population means. \n" );
document.write( "
Algebra.Com's Answer #850206 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! To construct a 98% confidence interval for the difference between the two population means, we'll use a two-sample t-test. Here's how we can approach this problem:\r \n" ); document.write( "\n" ); document.write( "**1. Define the given information:**\r \n" ); document.write( "\n" ); document.write( "* Sample 1 (with daycare): \n" ); document.write( " * n1 = 50 (sample size) \n" ); document.write( " * x1 = 6.4 (sample mean) \n" ); document.write( " * s1 = 1.20 (sample standard deviation) \n" ); document.write( "* Sample 2 (without daycare): \n" ); document.write( " * n2 = 50 (sample size) \n" ); document.write( " * x2 = 9.3 (sample mean) \n" ); document.write( " * s2 = 1.83 (sample standard deviation) \n" ); document.write( "* Confidence level = 98% (which means alpha = 1 - 0.98 = 0.02)\r \n" ); document.write( "\n" ); document.write( "**2. Calculate the degrees of freedom (df):**\r \n" ); document.write( "\n" ); document.write( "* df = n1 + n2 - 2 = 50 + 50 - 2 = 98\r \n" ); document.write( "\n" ); document.write( "**3. Calculate the pooled standard deviation (sp):**\r \n" ); document.write( "\n" ); document.write( "* Since we have two independent samples, we can calculate the pooled standard deviation: \n" ); document.write( " * sp = √[((n1 - 1) * s1^2 + (n2 - 1) * s2^2) / df] \n" ); document.write( " * sp = √[((49 * 1.20^2) + (49 * 1.83^2)) / 98] \n" ); document.write( " * sp ≈ √[(70.56 + 163.6329) / 98] \n" ); document.write( " * sp ≈ √(234.1929 / 98) \n" ); document.write( " * sp ≈ √2.389723469 \n" ); document.write( " * sp ≈ 1.545873\r \n" ); document.write( "\n" ); document.write( "**4. Calculate the standard error (SE):**\r \n" ); document.write( "\n" ); document.write( "* SE = sp * √((1/n1) + (1/n2)) \n" ); document.write( "* SE = 1.545873 * √((1/50) + (1/50)) \n" ); document.write( "* SE = 1.545873 * √(0.02 + 0.02) \n" ); document.write( "* SE = 1.545873 * √0.04 \n" ); document.write( "* SE = 1.545873 * 0.2 \n" ); document.write( "* SE ≈ 0.3091746\r \n" ); document.write( "\n" ); document.write( "**5. Find the t-value:**\r \n" ); document.write( "\n" ); document.write( "* For a 98% confidence interval and 98 degrees of freedom, we need to find the t-value that corresponds to an alpha of 0.02. This means we are looking for the t-value that leaves 0.01 in each tail. \n" ); document.write( "* Using a t-table or calculator, the t-value for df = 98 and alpha/2 = 0.01 is approximately 2.365.\r \n" ); document.write( "\n" ); document.write( "**6. Calculate the margin of error (ME):**\r \n" ); document.write( "\n" ); document.write( "* ME = t-value * SE \n" ); document.write( "* ME = 2.365 * 0.3091746 \n" ); document.write( "* ME ≈ 0.7311187\r \n" ); document.write( "\n" ); document.write( "**7. Calculate the confidence interval:**\r \n" ); document.write( "\n" ); document.write( "* Confidence interval = (x1 - x2) ± ME \n" ); document.write( "* Confidence interval = (6.4 - 9.3) ± 0.7311187 \n" ); document.write( "* Confidence interval = -2.9 ± 0.7311187 \n" ); document.write( "* Lower bound = -2.9 - 0.7311187 = -3.6311187 \n" ); document.write( "* Upper bound = -2.9 + 0.7311187 = -2.1688813\r \n" ); document.write( "\n" ); document.write( "**8. Round the results:**\r \n" ); document.write( "\n" ); document.write( "* The 98% confidence interval is approximately (-3.63, -2.17).\r \n" ); document.write( "\n" ); document.write( "**Conclusion:**\r \n" ); document.write( "\n" ); document.write( "The 98% confidence interval for the difference between the two population means is approximately (-3.63, -2.17). This suggests that mothers working in companies that provide daycare facilities on premises miss significantly fewer days of work compared to those who don't. \n" ); document.write( " \n" ); document.write( " |