Math Problem Statement

A soft drink machine is regulated so that it discharges an

average of 200 millilitres per cup. If the amount of drink follows

Normal distribution with a variance equal to 225,

(i) What is probability that a cup contains between 191 to 209 millilitres?

(ii) How many cups will probably overflow if 230 millilitre cups are used for the next 1000 drinks?

(iii) Below what value do we get the smallest 25% of the drinks?

Solution

Problem Details:

The amount of drink dispensed by the machine follows a Normal distribution:

  • Mean (μ\mu) = 200 ml
  • Variance (σ2\sigma^2) = 225 ml2^2
  • Standard Deviation (σ\sigma) = 225=15\sqrt{225} = 15 ml

Part (i): Probability that a cup contains between 191 to 209 millilitres

We need to calculate P(191X209)P(191 \leq X \leq 209), where XN(200,152)X \sim N(200, 15^2).

  1. Standardize the values (using the formula Z=XμσZ = \frac{X - \mu}{\sigma}): Z191=19120015=0.6Z_{191} = \frac{191 - 200}{15} = -0.6 Z209=20920015=0.6Z_{209} = \frac{209 - 200}{15} = 0.6

  2. Use the standard normal table (or a calculator) to find the probabilities:

    • P(Z0.6)0.7257P(Z \leq 0.6) \approx 0.7257
    • P(Z0.6)0.2743P(Z \leq -0.6) \approx 0.2743
  3. The probability between Z=0.6Z = -0.6 and Z=0.6Z = 0.6: P(0.6Z0.6)=P(Z0.6)P(Z0.6)P(-0.6 \leq Z \leq 0.6) = P(Z \leq 0.6) - P(Z \leq -0.6) P(0.6Z0.6)=0.72570.2743=0.4514P(-0.6 \leq Z \leq 0.6) = 0.7257 - 0.2743 = 0.4514

Thus, the probability is approximately 0.4514 or 45.14%.


Part (ii): Number of cups that will overflow (if 230 ml cups are used)

We need to calculate P(X>230)P(X > 230), where XN(200,152)X \sim N(200, 15^2).

  1. Standardize the value: Z230=23020015=2Z_{230} = \frac{230 - 200}{15} = 2

  2. Use the standard normal table to find P(Z>2)P(Z > 2):

    • P(Z>2)=1P(Z2)P(Z > 2) = 1 - P(Z \leq 2)
    • From the table: P(Z2)0.9772P(Z \leq 2) \approx 0.9772
    • P(Z>2)=10.9772=0.0228P(Z > 2) = 1 - 0.9772 = 0.0228
  3. For 1000 drinks, the expected number of overflows: Expected overflows=0.0228×1000=22.8\text{Expected overflows} = 0.0228 \times 1000 = 22.8

Thus, approximately 23 cups will overflow.


Part (iii): Smallest 25% of the drinks

We need to find the value of XX such that P(Xk)=0.25P(X \leq k) = 0.25, where XN(200,152)X \sim N(200, 15^2).

  1. Use the standard normal table to find the ZZ-value corresponding to P(Z0.674)=0.25P(Z \leq -0.674) = 0.25.

  2. Convert ZZ back to the original XX-scale: X=Zσ+μX = Z \cdot \sigma + \mu X=0.67415+200=20010.11=189.89X = -0.674 \cdot 15 + 200 = 200 - 10.11 = 189.89

Thus, the smallest 25% of the drinks are below approximately 189.89 ml.


Summary of Results:

  1. Part (i): Probability = 0.4514 or 45.14%
  2. Part (ii): Expected overflows = 23 cups
  3. Part (iii): Smallest 25% below 189.89 ml

Do you want a detailed explanation or graphs for these calculations?

5 Related Questions:

  1. What is the probability that a cup contains more than 215 ml?
  2. If the variance increases, how would it affect the probabilities calculated above?
  3. What is the probability that a cup contains less than 191 ml?
  4. How many cups will likely overflow if 220 ml cups are used?
  5. How would the calculations change if the mean was adjusted to 210 ml?

Tip:

When solving Normal distribution problems, always sketch the curve and mark the critical areas to visualize probabilities.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Normal Distribution
Z-Score Transformation

Formulas

Z = (X - μ) / σ
P(Z ≤ z) from standard normal tables
X = Z × σ + μ

Theorems

Properties of the Normal Distribution
Empirical Rule

Suitable Grade Level

Grades 11-12, College Level