4. A soft-drink machine is regulated so that it discharges an average of 200 mls per cup. If the amount of drink is normally distributed with a standard deviation equal to 15 mls. Below what value do we get the smallest 30% of the cups?
Let X represent the amount of drink distributed.
"\\mu = 200 \\\\\n\n\\sigma=15"
The value if we get the smallest 30% of the drinks
"P(X<x) = 0.3\\\\\n\nP(Z< \\frac{x-200}{15}) = 0.3 \\\\\n\nP(Z< -0.68) = 0.3\\\\\n\n\\frac{x-200}{15} = -0.68 \\\\\n\nx = -0.68 \\times 15 + 200 \\\\\n\nx=189.95"
Comments
Leave a comment