document.write( "Question 1172491: Suppose 220 misprints are distributed randomly throughout a book of 200 pages. The probability that a given page contains, find the probability that a given page contains 2 or more misprints. (Given e^-1.1 = 0.033287) \n" ); document.write( "
Algebra.Com's Answer #797545 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is a Poisson with parameter 1.1, 220/200
\n" ); document.write( "Look at p(0) and p(1), and subtract that from 1 to get the answer of p(>=2)
\n" ); document.write( "for p(0) it is e^(-1)*1.1^0/0!=0.33287 NOTE that value of e^(-1.1), NOT 0.033287. It is 1/e^(1.1)
\n" ); document.write( "Also, given a parameter about 1, the probability of 0 should be very high.
\n" ); document.write( "p(1)=e^(-1.1)*1.1^1/1!=0.36616
\n" ); document.write( "That sum is 0.699
\n" ); document.write( "So the answer is 1-0.699=0.301.
\n" ); document.write( "
\n" );