document.write( "Question 1061748: Customers arrive at a local ice cream stand at an average rate of 16 per hour.
\n" );
document.write( "
\n" );
document.write( "a. What is the probability that 2 customers will arrive during the next 15 minutes?
\n" );
document.write( "b. What is the probability that 4 customers will arrive during the next 15 minutes?
\n" );
document.write( "c. What is the probability that 6 customers will arrive during the next 30 minutes?
\n" );
document.write( "d. What is the probability that more 7 customers will arrive during the next 45 minutes?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #676524 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P(x)=e(-lambda)*lambda^x/x! Poisson distribution--discrete, proportional, could be infinite theoretically \n" ); document.write( "lambda=16 or 4 per quarter hour \n" ); document.write( "P(2)=0.1465. That is e^(-4)(4^2)/2! \n" ); document.write( "P(4)=0.1954 \n" ); document.write( "P(6), now lambda is 8; 0.1221 \n" ); document.write( "7 more (if that is the intent of the question) is a lambda of 12. If it is more than 7, it is longer to do but it's done the same way using the formula above. From the table, more than 7=0.9105. \n" ); document.write( "e^(-12)*12^7/7! \n" ); document.write( "=0.0437\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |