Math Problem Statement

In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use the normal distribution to estimate the requested probabilities.

What's your favorite ice cream flavor? For people who buy ice cream, the all-time favorite is still vanilla. About 25% of ice cream sales are vanilla. Chocolate accounts for only 11% of ice cream sales. Suppose that 173 customers go to a grocery store in Cheyenne, Wyoming, today to buy ice cream. (Round your answers to four decimal places.) A button hyperlink to the SALT program that reads: Use SALT. (a) What is the probability that 50 or more will buy vanilla?

Solution

To determine if it's appropriate to use the normal approximation to the binomial distribution, we should verify that the conditions for this approximation are met. The normal approximation is suitable when:

  1. np5np \geq 5
  2. n(1p)5n(1 - p) \geq 5

where:

  • n=173n = 173 (total customers),
  • p=0.25p = 0.25 (probability a customer buys vanilla).

Step 1: Check Conditions

  1. Calculate npnp: np=173×0.25=43.25np = 173 \times 0.25 = 43.25
  2. Calculate n(1p)n(1 - p): n(1p)=173×(10.25)=173×0.75=129.75n(1 - p) = 173 \times (1 - 0.25) = 173 \times 0.75 = 129.75

Both values are greater than 5, so we can proceed with the normal approximation.

Step 2: Define the Normal Approximation

For a binomial distribution XB(n,p)X \sim B(n, p), the normal approximation is XN(μ,σ2)X \approx N(\mu, \sigma^2), where:

  • μ=np=43.25\mu = np = 43.25,
  • σ=np(1p)=43.25×0.755.6944\sigma = \sqrt{np(1 - p)} = \sqrt{43.25 \times 0.75} \approx 5.6944.

Step 3: Find the Probability for X50X \geq 50

Using the normal approximation, we apply a continuity correction: P(X50)P(Z500.5μσ)P(X \geq 50) \approx P\left(Z \geq \frac{50 - 0.5 - \mu}{\sigma}\right) where ZZ is a standard normal variable.

Calculations

  1. Calculate the z-score: Z=49.543.255.69441.0966Z = \frac{49.5 - 43.25}{5.6944} \approx 1.0966
  2. Find P(Z1.0966)P(Z \geq 1.0966): Using a standard normal distribution table or calculator, P(Z1.0966)0.1369P(Z \geq 1.0966) \approx 0.1369.

Answer

The probability that 50 or more customers will buy vanilla is approximately 0.1369.


Do you want more details on any step, or have further questions?

Here are related questions that could extend this problem:

  1. What is the probability that fewer than 50 customers buy vanilla?
  2. What is the probability that exactly 43 customers buy vanilla?
  3. How would the probability change if pp was increased to 0.3?
  4. If 200 customers entered the store, what would the new probability for 50 or more buying vanilla be?
  5. What is the mean and variance of the binomial distribution in this scenario?

Tip: When using the normal approximation to the binomial, remember to apply the continuity correction for more accurate results.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Normal Approximation to the Binomial Distribution
Probability
Continuity Correction

Formulas

Normal approximation to binomial: X ~ N(μ, σ^2)
Mean (μ) of binomial: μ = np
Standard deviation (σ) of binomial: σ = √(np(1 - p))
Z-score: Z = (X - μ) / σ

Theorems

Central Limit Theorem

Suitable Grade Level

Grades 11-12