A random sample of 25 tablets of buffered aspirin contains, on average, 325.05 mg of aspirin per tablet, with a standard deviation of 0.5 mg. Find the 95% tolerance limits that will contain 90% of the tablet contents for this brand of buffered aspirin. Assume that the aspirin content is normally distributed.
Let u' be a soughtful tolerance interval, then:
, where u - sample mean,s - sample standart deviation and k is known as k-factor. There are some tables with k-factor values for different data, but it seems pretty difficult to find it for 90% coverage, so we should calculate it by ourselves. According to Guenther correction fot Howe's estimation(https://www.itl.nist.gov/div898/handbook/prc/section2/prc263.htm), we have:
, where
- t-statistic(two-sided), n - sample size, a - coverage significance level, - chi-square, b - confidence significance level
In the given case
n=25, a = 0.1, b = 0.05
Then ,
The tolerance interval: (323.95, 326.14)
Comments