document.write( "Question 1160050: . The U.S. Department of Transportation maintains statistics for mishandled bags per 1,000 airline passengers. In 2005, Jet Blue had 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
\n" ); document.write( "a. no mishandled bags? b. at least one mishandled bag? c. at least two mishandled bags?
\n" ); document.write( "

Algebra.Com's Answer #783258 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is a Poisson with prob proportional to time, count data, and theoretically infinite number.
\n" ); document.write( "lambda=4.06
\n" ); document.write( "a. e^(-4.06)*(4.06)^)/0!=0.0172
\n" ); document.write( "b. At least 1 is 1-P(0)=0.9828
\n" ); document.write( "c. At least 2 mishandled bags is 1-p(0) -p(1), where p(1)=e^(-4.06)*4.06=0.0700
\n" ); document.write( "This is 1-0.0172-0.0700=0.9128
\n" ); document.write( "
\n" );