binomial problem : Executive Airlines

1.3k Views Asked by At

Suppose an airline accepted 12 reservations for a commuter plane with 10 seats. They know that 7 reservations went to regular commuters who will show up for sure (p=1). The other 5 passengers will show up with a 50% chance, independently of each other.

find

a) The probability that more passengers who will show up for sure will show up than seats are available

b) find the probability that there will be empty seats

c) Let X be the number of passengers turned away. Find E(X)

any hints on how to start?

1

There are 1 best solutions below

5
On BEST ANSWER

I threw together a truth table that I think answers your questions:

enter image description here

  • I show all possibilities for the 5 undecided passengers. In the "over?" column I show whether or not that situation leads to turned-away passengers. There are six out of 32 for an 18.75% chance at least one person will be turned away.

  • In the "empty seats?" column I show true if the number of undecided passengers who show up is less than 3. That happens 16 times out of 32 for a 50% chance.

  • In the last column I show the expected number of passengers turned away as 0.21875. I'm not sure I calculated this right however, but this will get you most of the way there.