document.write( "Question 328768: Cars arrive at a toll both according to a Poisson process with mean 80 cars per hour. If the attendant makes a one-minute phone call, what is the probability that at least 1 car arrives during the call? \n" ); document.write( "
Algebra.Com's Answer #237057 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! X=number of car passing in an interval of time\r \n" ); document.write( "\n" ); document.write( "X~Poisson (mean=80/hour) or Poisson (mean 80/60min=4/3min)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(at least one car)= 1- P(no cars passing in the interval of interest) \n" ); document.write( "P(X>=1)= 1-P(X=0) = |