document.write( "Question 1159710: Complaints about an Internet brokerage firm occur at a rate of 4 per day.
\n" ); document.write( "The number of complaints appears to be Poisson distributed.
\n" ); document.write( "The probability that the firm receives 6 or more complaints in a day is (to four decimal places):
\n" ); document.write( "

Algebra.Com's Answer #782827 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
6 or more complaints a day with lambda=4
\n" ); document.write( "This is 0.2149
\n" ); document.write( "calculator 1-Poissoncdf(4,6)
\n" ); document.write( "The Poisson distribution is calculated from the left, so do 1- which will be the complement.'
\n" ); document.write( "Can check by using poissonpdf for (4,0) through (4,5) and subtract that from 1.
\n" ); document.write( "
\n" ); document.write( "
\n" );