The no-show rate for passengers with reservations on a flight

  • Thread starter Thread starter rudyx61
  • Start date Start date
  • Tags Tags
    Flight Rate
rudyx61
Messages
10
Reaction score
0
Was hoping someone could help me out with a question. It was on a online test and wasnt sure how to do it.

The question was as follows:

The no-show rate for passengers with reservations on a flight run by wizair is 16%. The next flight has 42 reservations.

Find the probability of there being 4 or more no-shows on this flight
 
Mathematics news on Phys.org


You need to consider a binomial distribution with n=42 and p=0.16. The cumulative distribution up to 3 is the probability of there being less than four no-shows: Reaching for Mathematica to put a number to it:
dist = BinomialDistribution[42, 0.16]
1 - CDF[dist, 3]
(0.921048, quite likely)
 


ok but how would i do that on paper, say its a written test with no access to mathematica
 


add up the four first terms of the sum for the CDF: (n choose k)*p^k*q^(n-k) for k=0,1,2,3.
 


yeah i get it now, thanks
 


By the way, SEngstrom is assuming, probably correctly, that saying "The no-show rate for passengers with reservations on a flight run by wizair is 16%" means that anyone passenger has a .16 probability of not showing up- so the probability distribution is a binomial distribution with mean .16.

I would have been inclined to interpret it as meaning that the mean value of the number of passenger who do show up is .16 but that leaves the distribution itself unknown. I might then have been inclined to use a normal distribution but, of course, for reasonably large number of people (such as 42) that well approximates the binomial distribution.

In fact, my reason for choosing the normal distribution (and the reason it is so common) is that, by the "Central Limit Theorem", in a case like this, the binomial distribution is a good approximation to just about every distribution!
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top