document.write( "Question 359071: Emails arrive at the Dean's office at a rate of 4 per minute.\r
\n" ); document.write( "\n" ); document.write( "What is the probability that the Dean will receive 2 or more emails over the next minute? (Hint: you need to figure out P (x=0) and P(x=1) to get started.)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #256252 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
let \"mu\" = average rate per minute
\n" ); document.write( "let X=number of emails received
\n" ); document.write( "You need to realize that the situation you are describing follows a Poisson distribution
\n" ); document.write( "P(x=a)=\"mu%5Ea%2Ae%5E%28-mu%29%2Fa%21\"
\n" ); document.write( "==
\n" ); document.write( "given
\n" ); document.write( "\"mu=4\"\r
\n" ); document.write( "\n" ); document.write( "\"P%28x%3E=2%29=1-P%28x%3C=1%29=1-P%28x=0%29-P%28x=1%29\"
\n" ); document.write( "--
\n" ); document.write( "P(x=0)=\"4%5E0%2Ae%5E%28-4%29%2F0%21=e%5E%28-4%29=0.01832\"
\n" ); document.write( "P(x=1)=\"4%5E1%2Ae%5E%28-4%29%2F1%21=4%2Ae%5E%28-4%29=0.07326\"
\n" ); document.write( "--
\n" ); document.write( "can you finish this?
\n" ); document.write( "
\n" );