document.write( "Question 912887: A teenager receives an average of 5 calls each day on their mobile phone. What is the
\n" );
document.write( "probability that a teenager will receive exactly 8 calls on his/her mobile phone over a 2-
\n" );
document.write( "day period? Justify the suitability of the probability distribution used to answer this
\n" );
document.write( "question. [Ensure that you (1) clearly denote the probability distribution and its
\n" );
document.write( "parameter(s) and (2) state the formula] \n" );
document.write( "
Algebra.Com's Answer #554144 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! μ = 10 \n" ); document.write( "P(x = 8) = poissonpdf(10,8) = \n" ); document.write( "P(x; μ) = (e^(-μ) (μ^x) / x! \n" ); document.write( " \n" ); document.write( " |