The average cholesterol content of a certain canned goods is 215 milligrams, and the standard deviation is 15 milligrams. Assume the variable is normally distributed:
a. If a canned goods is selected, what is the probability that the cholesterol content will be greater than 220 milligrams?
b. If a sample of 25 canned goods is selected, what is the probability that the mean of the samle will be larger than 220 milligrams?
a. X ~ "N(215, 15^2)"
"P(X>220) = P(\\frac{x-\u03bc}{\u03c3} > \\frac{220-215}{15}) \\\\\n\n= P(Z > 0.333) \\\\\n\n= 1 -P(Z < 0.333) \\\\\n\n= 1 -0.6304 \\\\\n\n= 0.3696 \\\\\n\n= 36.96 \\; \\%"
b. n = 25
"P(\\bar{X}>220) = 1 -P(X<220) \\\\\n\n= 1 -P(Z< \\frac{x-\u03bc}{\\frac{\u03c3}{\\sqrt{n}}}) \\\\\n\n= 1 \u2013 P(Z< \\frac{220-215}{\\frac{15}{\\sqrt{20}}}) \\\\\n\n= 1 -P(Z<1.49) \\\\\n\n= 1 -0.9318 \\\\\n\n= 0.068 \\\\\n\n= 6.82 \\; \\%"
Comments
1.67
Leave a comment