
Patrick B. answered 09/20/20
Math and computer tutor/teacher
the LOWER confidence limit is the only one of interest...
99% confidence corresponds to a z-score whose probability
is 0.995 because it is TWO SIDED , the lower of which we
are interested.
So Z_limit_99 = Normal_inverse( prob=0.995, mean=0, stddev=1) = 2.65
the lower limit has formula:
mean - Z_limit_99 * stndDev / sqrt(N)
503.6 - 2.65 * 3.2 / sqrt(50) = 502.4
Therefore we are 99% certain that the product contains AT LEAST that much.