Maximizing Revenue: Solving a Probability Problem in Statistics and Probability

  • Thread starter Thread starter Lionheart3388
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion revolves around maximizing revenue for an airline that charges $300 per passenger and has a 70% probability of passenger attendance. The airline needs to determine the optimal number of additional passengers to book beyond the 100-seat capacity, balancing the potential revenue against the costs incurred for denied boarding. Initial calculations suggested that booking 143 passengers might suffice, but this was deemed too simplistic. The correct approach involves using a binomial distribution to calculate expected revenue and costs, ultimately requiring numerical methods or software like MATLAB for precise optimization. The goal is to find the booking strategy that maximizes the airline's mean revenue while minimizing potential losses from overbooking.
Lionheart3388
Messages
2
Reaction score
0
Hi this is a problem I had in statistics and probability. It may actually be very simple, but it just seems like I did way too little work. Thanks for the help!


Homework Statement



An airline charges each passenger $300 for a trip between City A and City B. The airplane holds exactly 100 passengers. Each passenger has 70% probability of showing up, independent of the other passengers. All tickets can be rebooked for a later flight at no extra charge, so the airline cannot penalize a no-show passenger. Clearly, the airline should book somewhat more than 100 passengers because if they do not overbook somewhat, they will make on average $300×70 = $21,000 per flight, while if the plane were completely full, they would make $30,000 per flight. However, if they book too many people and more than 100 show up, the airline has to pay $500 to each passenger who is denied passage on that flight. For example, if they book 300 people and all 300 show up, they actually lose money: $300×300 − $500×200 = −$10,000.
How many additional passengers (beyond 100) should they book in order to maximize their mean revenue? Although this problem can be solved with JMP, you are not required to use JMP for it. You may use any methods and/or software you wish. The number of passengers who show up follows a binomial probability model. However, the associated random variable is not just $300 times the number of passengers.


Homework Equations



P(X=x)=nCx p^x q^(n-x)
mean=np
SD=root(npq)
q=1-p

The Attempt at a Solution


I assumed that using a binomial distribution, having a mean of 100 passengers would result in maximum revenue, so 100=np=n*.70, resulting in n=143, but this seems too easy.
 
Physics news on Phys.org
You're right. It was too easy. Your assumption, while plausible, turns out not to be correct. I'm not sure how to solve it analytically, but it's pretty straightforward to solve numerically.
 
Ok thanks. I actually think I got the answer basically brute forcing it.
 
I think we have to found for which value of n>=100 we get the maximum of

\sum_{x=1}^{n}{300xP(X=x)}-\sum_{x=101}^{n}{500(x-100)P(X=x)}

Have to make a computer program or use a math software like MATLAB to find it.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top