Aneesh C. answered 01/15/21
M.S in Public Health with Emphasis on Biostatistics
1) What percent of cans have less than 338g of coffee?
Z-score = (x - μ) / σ = (338 - 350) / (4) = -3
For a z-score of -3, P(x<Z) = 0.0013499
This means that less than 0.13% of cans have less than 338 g of coffee.
2) What is the probability that a can has between 342g and 350g of coffee?
Here we calculate two z-scores and their respective probabilities, and then we subtract the difference between these two probabilities to find the likelihood.
1st Z-score = (x - μ) / σ = (342 - 350) / (4) = -2 --> P(x < Z) = 0.02275
2nd Z-score = (x - μ) / σ = (350 - 350) / (4) = 0 --> P(x < Z) = 0.5
Probability that a can has between 342g and 350g = (0.5) - (0.02275) = 0.47725 or approximately 0.48
3) What is the probability that can has less than 342g or more than 346g of coffee?
P(x < 342) + P(x > 346)
1st Z-score: (x - μ) / σ = (342 - 350) / (4) = -2 --> P(x < Z) = 0.02275
2nd Z-score: (x - μ) / σ = (346 - 350) / (4) = -1 --> P(x > Z) = 0.84134
(0.02275) + (0.84134) = 0.86409 or approximately 0.86