The output is approximately normal with `mu=2,sigma=.01` and tested using 5 observations.
(a) Determine the upper and lower bounds that will include approximately 95.5% of the sample means.
Since we know the population standard deviation we can use a z-interval. The bounds are found by:
`2 +- z_(alpha/2)(sigma/sqrt(n))`
Here `alpha=.045 ==> alpha/2=.0225`
From a standard normal table or technology we find `z_(alpha/2)~~2`
** If using a table you will find .0225 corresponds to a z-value of -2. Since the table is symmetric we can use the positive value. Otherwise look up 1-.0225=.9775 to find z=2 **
`sigma=.01,n=5` so substituting the values we get:
`2-2(.01/sqrt(5))~~1.9911` and `2+2(.01/sqrt(5))~~2.0089`
------------------------------------------------
So the bounds are 1.9911 and 2.0089
------------------------------------------------
** My calculator gives the interval as 1.991,2.009 **
(b) The process is in control as long as the data points lie within the bounds. All of the given data points are within the upper and lower bounds, so the process is in control.
Further Reading