Math Problem Statement

Find the indicated probability. Round to three decimal places.8)An airline estimates that97% of people booked on their flights actually show up. If the airlinebooks70people on a flight for which the maximum number is68, what is the probability that thenumber of people who show up will exceed the capacity of the plane?

Solution

We are tasked with finding the probability that more than 68 people show up for a flight when 70 tickets are sold, and each person has a 97% chance of showing up.

This situation can be modeled using a binomial distribution, as there are two possible outcomes for each passenger (they either show up or they don’t), and each has the same probability.

Steps:

  1. Define the binomial distribution parameters:

    • The number of trials (booked passengers) n=70n = 70.
    • The probability of success (showing up) p=0.97p = 0.97.

    The random variable XX, the number of people who show up, follows a binomial distribution XBinomial(70,0.97)X \sim \text{Binomial}(70, 0.97).

  2. Find the probability that more than 68 people show up:

    • We want to find P(X>68)P(X > 68), which is 1P(X68)1 - P(X \leq 68).

    Using the binomial cumulative distribution function (CDF), we can calculate P(X68)P(X \leq 68).

  3. Approximate using the normal distribution: Since nn is large, we can use the normal approximation to the binomial distribution:

    • Mean μ=n×p=70×0.97=67.9\mu = n \times p = 70 \times 0.97 = 67.9,
    • Standard deviation σ=n×p×(1p)=70×0.97×0.031.431\sigma = \sqrt{n \times p \times (1 - p)} = \sqrt{70 \times 0.97 \times 0.03} \approx 1.431.

    Now, we convert to the standard normal distribution: Z=XμσZ = \frac{X - \mu}{\sigma} To find P(X>68)P(X > 68), we first find the z-score for X=68X = 68: Z=6867.91.4310.07Z = \frac{68 - 67.9}{1.431} \approx 0.07

  4. Find the probability: Using a standard normal table or calculator, the probability of Z>0.07Z > 0.07 is approximately P(Z>0.07)=0.4726P(Z > 0.07) = 0.4726.

Final answer:

Thus, the probability that more than 68 people show up is approximately P(X>68)0.4726P(X > 68) \approx 0.4726.

Would you like more details or have any questions?

Here are some related questions:

  1. How is the binomial distribution related to the normal distribution?
  2. What is the central limit theorem, and how does it apply here?
  3. What would happen if the probability of people showing up was less than 97%?
  4. Can you solve the problem without using the normal approximation?
  5. What is the impact of booking more passengers than the plane's capacity?

Tip: The normal approximation to the binomial distribution works well when nn is large and pp is not too close to 0 or 1.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Binomial Distribution
Normal Approximation

Formulas

Binomial probability formula: P(X = k) = C(n, k) * p^k * (1 - p)^(n - k)
Normal approximation to binomial: Z = (X - μ) / σ
Mean: μ = np
Standard deviation: σ = √(np(1 - p))

Theorems

Central Limit Theorem

Suitable Grade Level

Grades 11-12