Answer:
a) 32.04% probability that overbooking occurs.
b) 40.79% probability that the flight has empty seats.
Explanation:
For each booked passenger, there are only two possible outcomes. Either they arrive for the flight, or they do not arrive. The probability of a passenger arriving is independent of other passengers. So we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
![P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)](https://img.qammunity.org/2021/formulas/mathematics/college/mj488d1yx012m85w10rpw59rwq0s5qv1dq.png)
In which
is the number of different combinations of x objects from a set of n elements, given by the following formula.
![C_(n,x) = (n!)/(x!(n-x)!)](https://img.qammunity.org/2021/formulas/mathematics/college/qaowm9lzn4vyb0kbgc2ooqh7fbldb6dkwq.png)
And p is the probability of X happening.
Our variable of interest are the 8 reservations that went for the passengers with a 48% probability of arriving.
This means that
![n = 8, p = 0.48](https://img.qammunity.org/2021/formulas/mathematics/college/12fvf8uz6vvywiybxb4pvfdct46x2z4z04.png)
A) Find the probability that overbooking occurs.
12 seats, 8 of which are already occupied. So overbooking occurs if more than 4 of the reservated arrive.
![P(X > 4) = P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8)](https://img.qammunity.org/2021/formulas/mathematics/college/nxtmnojlqrwhjztw95322byjt4yzu9qbfr.png)
![P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)](https://img.qammunity.org/2021/formulas/mathematics/college/mj488d1yx012m85w10rpw59rwq0s5qv1dq.png)
![P(X = 5) = C_(8,5).(0.48)^(5).(0.52)^(3) = 0.2006](https://img.qammunity.org/2021/formulas/mathematics/college/odhm1wier2l5mubmjnbuyhno7u278nwytp.png)
![P(X = 6) = C_(8,6).(0.48)^(6).(0.52)^(2) = 0.0926](https://img.qammunity.org/2021/formulas/mathematics/college/enrrk8ncwidnpxoapavxcuwjjwee054nb4.png)
![P(X = 7) = C_(8,7).(0.48)^(7).(0.52)^(7) = 0.0244](https://img.qammunity.org/2021/formulas/mathematics/college/77gc7ecz5lyd4j66g2m1e3myhcxf0i43mf.png)
![P(X = 8) = C_(8,5).(0.48)^(8).(0.52)^(0) = 0.0028](https://img.qammunity.org/2021/formulas/mathematics/college/wfx2jfy93l66ujixh5qf3yymviu3v5zzp8.png)
![P(X > 4) = P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) = 0.2006 + 0.0926 + 0.0244 + 0.0028 = 0.3204](https://img.qammunity.org/2021/formulas/mathematics/college/w3wp8rhr6cbwkyy6apebc1jlbh24simgj8.png)
32.04% probability that overbooking occurs.
B) Find the probability that the flight has empty seats.
Less than 4 of the booked passengers arrive.
To make it easier, i will use
![P(X < 4) = 1 - (P(X = 4) + P(X > 4))](https://img.qammunity.org/2021/formulas/mathematics/college/jd936m9tdxqn39wuvbf3wh2g96ayh2i9dw.png)
From a), P(X > 4) = 0.3204
![P(X = 4) = C_(8,4).(0.48)^(4).(0.52)^(4) = 0.2717](https://img.qammunity.org/2021/formulas/mathematics/college/ltmjgozrsqvissj22zhk03erab3y1q4iza.png)
![P(X < 4) = 1 - (P(X = 4) + P(X > 4)) = 1 - (0.2717 + 0.3204) = 1 - 0.5921 = 0.4079](https://img.qammunity.org/2021/formulas/mathematics/college/terkjr66h8kf8g8p0q5vqrbz98kd6b0kdp.png)
40.79% probability that the flight has empty seats.