document.write( "Question 875532: how to find an airline estimates that 98% of people booked on their flights actually show up . if the airline books 81 people on flight for which the maximum number is 79 , what is the probability that the number of people who show up will exceed the capacity of the plan ?? \n" ); document.write( "
Algebra.Com's Answer #528259 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p = .98, n = 81
\n" ); document.write( "Using TI
\n" ); document.write( "P(x > 79) = 1 - P(x ≤ 79) = binomcdf(81, .98, 79) = 1- .4835 = .5165
\n" ); document.write( "51.65% chance people showing Up exceed the capcity
\n" ); document.write( "Recommend using stattrek.com to check Your work
\n" ); document.write( "
\n" );