document.write( "Question 1172819: The U.S. Department of Transportation maintains statistics for mishandled bags per 1,000 airline passengers. In 2005, Jet Blue had on an average 4.06 mishandled bags per 1,000 passengers (extracted from M. Mullins, Out of Place, USA Today, March 24, 2006, p. 10A). What is the probability that in the next 1,000 passengers, Jet Blue will have no mishandled bags?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #797953 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi \n" );
document.write( "Binomial Distribution \n" );
document.write( "p = .00406 |Instructors generally have 'how many decimal points\" they prefer to be used. \n" );
document.write( "binompdf(n, p, x-value). \n" );
document.write( "P(0) = binompdf(1000, .00406, 0) = .0171 \n" );
document.write( "P(0) = binompdf(1000, .0041, 0) = .0164 |Demonstrates using 4 decimal points \n" );
document.write( "Until You trust YOUR calculator, might recommend using stattrek.com to compare YOUR answers with. \n" );
document.write( "Wish You the Best in your Studies. \n" );
document.write( " |
\n" );