Grinding balls after a certain length of time in mill slurry
Solution
Note that              
               
 Lower Bound = X - t(alpha/2) * s / sqrt(n)              
 Upper Bound = X + t(alpha/2) * s / sqrt(n)              
               
 where              
 alpha/2 = (1 - confidence level)/2 =    0.005          
 X = sample mean =    3.42          
 t(alpha/2) = critical t for the confidence interval =    2.946712883          
 s = sample standard deviation =    0.68          
 n = sample size =    16          
 df = n - 1 =    15          
 Thus,              
               
 Lower bound =    2.91905881          
 Upper bound =    3.92094119          
               
 Thus, the confidence interval is              
               
 2.91905881<u<3.92094119   [ANSWER]
**********************
As we can see, 3.35g is within the interval above.
HENCE, THE CLAIM IS TRUE. [ANSWER, 1]

