document.write( "Question 981948: A newspaper finds that the mean number of typos per page is 3. Find the probability that (a) exactly 4 typos are found on a page, (b) at most 4 typos are found on a page, and (c) more than 4 typos are found on a page. \n" ); document.write( "
Algebra.Com's Answer #603548 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Given:
\n" ); document.write( "A newspaper find the mean number of typos per page is 3.
\n" ); document.write( "Find probability that
\n" ); document.write( "(A) exactly 4 typos are found on a page
\n" ); document.write( "(B) at most 4 typos are found on a page
\n" ); document.write( "(C) more than 4 typos are found on a page.
\n" ); document.write( "
\n" ); document.write( "Solution:
\n" ); document.write( "This is a Poisson distribution with \"lambda=3\".
\n" ); document.write( "The Poisson distriibution is
\n" ); document.write( "P(n)=\"lambda%5En%2Ae%5E%28-lambda%29%2Fn%21\"
\n" ); document.write( "
\n" ); document.write( "(A) n=4
\n" ); document.write( "P(4)=\"lambda%5E4%2Ae%5E%28-lambda%29%2F4%21=0.16803\"
\n" ); document.write( "(B) n<=4
\n" ); document.write( "P(n<=4)=P(0)+P(1)+P(2)+P(3)+P(4)
\n" ); document.write( "=0.04979+0.14936+0.22404+0.22404+0.16803
\n" ); document.write( "=0.81526
\n" ); document.write( "(C) n>4
\n" ); document.write( "P(n>4)=1-P(n<=4)=1-0.81526
\n" ); document.write( "=0.18474
\n" ); document.write( "
\n" );