document.write( "Question 873004: When someone buys a ticket for an airline flight, there is a 0.0986 probability that the person will not show up for the flight. A certain jet can seat 15 passengers. Is it wise to book 17 passengers for a flight on the jet?\r
\n" );
document.write( "\n" );
document.write( "Determine whether or not booking 17 passengers for 15 seats on the jet is a wise decision.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #526599 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(NOT showing UP) = .0986, n = 17 \n" ); document.write( "P(x > 15) = 1 - P(x ≤ 15) = 1 - binomcdf(17, .096, 15) = .2317 0r 23.17% \n" ); document.write( "Chance of more than 15 showing Up is a bit high... \n" ); document.write( " |