Answer:
a) 0.95
b) P(r ≤ 255)
c) P(r ≤ 255) = 0.4404
Explanation:
There are 266 ticket reservations and 255 seats.
5% of people making reservations don't show up, hence the probability of making a reservation and not showing up = 0.05
a) The probability that a person holding a reservation will show up for the flight = 1 - 0.05 = 0.95
b) Let n = 269 represent the number of ticket reservations. Let r represent the number of people with reservations who show up for the flight. What expression represents the probability that a seat will be available for everyone who shows up holding a reservation?
For everyone that shows up with a reservation to gets seat, the number of people that show up must be at most 255 because the maximum number of seats available is 255.
So, the probability that everyone that shows up with a reservation gets a seat is
P(r ≤ 255)
c) And the probability, can be calculated using the normal distribution table or the binomial approximation. But the question asks us to use the normal distribution method.
Using normal distribution table
Mean = np = xbar = 269 × 0.95 = 255.55
Standard deviation = σ = √(np(1-p) = √(269×0.95×0.05) = 3.58
To obtain P(r ≤ 255)
We standardize 255
z = (r - xbar)/σ = (255-255.55)/3.58
z = -0.15
P(r ≤ 255) = P(z ≤ -0.15) = 0.4404
Hope this Helps!!!