document.write( "Question 1102408: The number of accidents that occur at a busy intersection is Poisson distributed with a mean of 3.5 per week. Find the probability of the following events.\r
\n" );
document.write( "\n" );
document.write( "A. No accidents occur in one week.\r
\n" );
document.write( "\n" );
document.write( "B. 4 or more accidents occur in a week.\r
\n" );
document.write( "\n" );
document.write( "C. One accident occurs today. \n" );
document.write( "
Algebra.Com's Answer #717108 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P(0)=e-(3.5)*3.5^0/0!; and 0!=1 \n" ); document.write( "This is =0.0302 \n" ); document.write( "For 4 or more do 1,2,3 \n" ); document.write( "P(1)=e^(-3.5)*3.5/1=0.1057. \n" ); document.write( "P(2)=e^(-3.5)*3.5^2/2!=0.1850 \n" ); document.write( "P(3)=e^(-3.5)*3.5^3/3!=0.2158 \n" ); document.write( "P(0,1,2,3)=0.5367 \n" ); document.write( "1-0.5367 is P(4 or more)=0.4633 \n" ); document.write( "Today is one day out of 7, so the Poisson parameter is 1/7 of 3.5 or 0.5 \n" ); document.write( "P(1)=e-(0.5)*0.5^1/1!=0.3033 \n" ); document.write( " |