Math Problem Statement

The amount of cereal in boxes, packed by a particular machine, is normally distributed with mean μ gram and standard deviation 5 gram. If the advertised weight of a box is 500 gram, find: (a)(i) the proportion of boxes that will be underweight (i.e. weight less than 500 gram) when μ = 505; (ii) the value of μ required to ensure that only 1% of the boxes are underweight. (b) As a check on the setting of the machine a random sample of four boxes is chosen and the setting changed if the average weight of the four boxes is less than 500 gram. Find the probability that the setting of the machine is changed when μ = 505. (c) An alternative scheme for checking the setting of the machine is to choose a random sample of five boxes, if more than one of them is underweight, the setting is changed. Find the probability that the setting of the machine is changed when μ = 505.

Solution

Solution to Question 1:

Let’s break down and solve each part step-by-step:


Part (a)

The weight of the cereal boxes is normally distributed: XN(μ,σ2), where σ=5.X \sim N(\mu, \sigma^2), \text{ where } \sigma = 5. The advertised weight is 500500 grams.


(i) Proportion of boxes underweight (μ=505\mu = 505):

The z-score is: z=500μσ=5005055=1.z = \frac{500 - \mu}{\sigma} = \frac{500 - 505}{5} = -1.

Using the standard normal distribution table: P(X<500)=P(Z<1)0.1587.P(X < 500) = P(Z < -1) \approx 0.1587.

Thus, 15.87% of boxes will be underweight when μ=505\mu = 505.


(ii) Find μ\mu so only 1% of boxes are underweight (P(X<500)=0.01P(X < 500) = 0.01):

From the z-table, P(Z<z)=0.01P(Z < z) = 0.01 corresponds to z=2.33z = -2.33.

Using the z-score formula: z=500μσ    2.33=500μ5.z = \frac{500 - \mu}{\sigma} \implies -2.33 = \frac{500 - \mu}{5}.

Solving for μ\mu: 500μ=2.335    μ=500+11.65=511.65.500 - \mu = -2.33 \cdot 5 \implies \mu = 500 + 11.65 = 511.65.

Thus, μ=511.65\mu = 511.65 ensures that only 1% of boxes are underweight.


Part (b)

A sample of n=4n = 4 boxes is taken. The sample mean weight, Xˉ\bar{X}, is normally distributed: XˉN(μ,σ2n)=N(505,254).\bar{X} \sim N(\mu, \frac{\sigma^2}{n}) = N(505, \frac{25}{4}).

The standard deviation of Xˉ\bar{X} is: σXˉ=σn=52=2.5.\sigma_{\bar{X}} = \frac{\sigma}{\sqrt{n}} = \frac{5}{2} = 2.5.

The z-score for Xˉ<500\bar{X} < 500 is: z=500μσXˉ=5005052.5=2.z = \frac{500 - \mu}{\sigma_{\bar{X}}} = \frac{500 - 505}{2.5} = -2.

From the z-table: P(Xˉ<500)=P(Z<2)0.0228.P(\bar{X} < 500) = P(Z < -2) \approx 0.0228.

Thus, the probability that the setting is changed is 2.28%.


Part (c)

A random sample of n=5n = 5 boxes is taken. The probability of a single box being underweight (P(X<500)P(X < 500)) when μ=505\mu = 505 is 0.15870.1587 (from part (a)(i)).

The number of underweight boxes in the sample follows a Binomial distribution: YB(n=5,p=0.1587).Y \sim B(n = 5, p = 0.1587).

The machine setting is changed if more than one box is underweight, i.e., P(Y>1)P(Y > 1).

Using the complement rule: P(Y>1)=1P(Y1).P(Y > 1) = 1 - P(Y \leq 1).

Compute P(Y1)P(Y \leq 1): P(Y1)=P(Y=0)+P(Y=1).P(Y \leq 1) = P(Y = 0) + P(Y = 1).

For Y=0Y = 0: P(Y=0)=(50)p0(1p)5=(0.8413)50.418.P(Y = 0) = \binom{5}{0} p^0 (1-p)^5 = (0.8413)^5 \approx 0.418.

For Y=1Y = 1: P(Y=1)=(51)p1(1p)4=5(0.1587)(0.8413)450.15870.4990.396.P(Y = 1) = \binom{5}{1} p^1 (1-p)^4 = 5 \cdot (0.1587) \cdot (0.8413)^4 \approx 5 \cdot 0.1587 \cdot 0.499 \approx 0.396.

Thus: P(Y1)0.418+0.396=0.814.P(Y \leq 1) \approx 0.418 + 0.396 = 0.814.

Finally: P(Y>1)=10.814=0.186.P(Y > 1) = 1 - 0.814 = 0.186.

The probability that the setting is changed is 18.6%.


Final Answers:

  • (a)(i): 15.87%15.87\%.
  • (a)(ii): μ=511.65\mu = 511.65.
  • (b): 2.28%2.28\%.
  • (c): 18.6%18.6\%.

Do you need detailed steps or further clarification? Here are 5 questions for practice:

  1. How would the z-score change if σ=10\sigma = 10?
  2. How does increasing the sample size affect σXˉ\sigma_{\bar{X}}?
  3. Why does using a binomial distribution make sense in part (c)?
  4. Can you generalize the formula for μ\mu to ensure k%k\% of boxes are underweight?
  5. What assumptions are necessary for the normal and binomial approximations?

Tip: For small sample sizes (n<30n < 30), always check if the population is approximately normal before using z-scores.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Normal Distribution
Sampling Distribution
Binomial Distribution
Probability

Formulas

z = (X - μ) / σ
P(X < x) = P(Z < z)
Mean of sampling distribution: μ_𝑋̄ = μ
Standard deviation of sampling distribution: σ_𝑋̄ = σ / √n
Binomial probability: P(Y = k) = (n choose k) * p^k * (1-p)^(n-k)

Theorems

Standard Normal Distribution Properties
Central Limit Theorem
Binomial Probability Theorem

Suitable Grade Level

Undergraduate