document.write( "Question 912453: Length of cell phone calls is exponetially distributed with a mean of 2 minutes.\r
\n" );
document.write( "\n" );
document.write( "Find the probability that a randomly selected call is less than three minutes long. Give your answer accurate to three decimal places. \n" );
document.write( "
Algebra.Com's Answer #553807 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Poisson Distribution \n" ); document.write( "P(x < 3) = poisoncdf(2,2) \n" ); document.write( " |