A large company wishes to estimate the average number of sic
A large company wishes to estimate the average number of sick days that
an employee uses each month. Suppose the company knows the standard deviation of the
number of sick days is 0.7
(a) If the company uses a random sample of 49 employees, with what confidence can they
assert their estimate will be off by no more than 0.252?
(b) Find a 95% confidence interval for the mean number of sick days used in a month if a
random sample of size 36 produced a sample mean of 3.
Solution
a)
As
E = z*s/sqrt(n)
Then the z score for the confidence is
z = E*sqrt(n)/s = 0.252*sqrt(49)/0.7
z = 2.52
Thus, getting the right tailed area of this, and multiplying by 2,
alpha = 0.011735483
Thus, the confidence level is the complement of this,
confidence level = 0.988264517 or 98.826% [ANSWER]
***********************
b)
Note that
Lower Bound = X - z(alpha/2) * s / sqrt(n)
Upper Bound = X + z(alpha/2) * s / sqrt(n)
where
alpha/2 = (1 - confidence level)/2 = 0.025
X = sample mean = 3
z(alpha/2) = critical z for the confidence interval = 1.959963985
s = sample standard deviation = 0.7
n = sample size = 36
Thus,
Lower bound = 2.771337535
Upper bound = 3.228662465
Thus, the confidence interval is
( 2.771337535 , 3.228662465 ) [ANSWER]
