document.write( "Question 1075146: John parks cars at a hotel. On the average, 6.7 cars will arrive in an hour. Assume that a driver's
\n" );
document.write( "decision on whether to let John park the car does not depend upon any other person's decision.
\n" );
document.write( "Define the random variable x to be the number of cars arriving in any hour period.
\n" );
document.write( "a. What is the appropriate probability distribution for x? Explain how x satisfies the
\n" );
document.write( "properties of the distribution.
\n" );
document.write( "b. Compute the probability that exactly 5 cars will arrive in the next hour.
\n" );
document.write( "c. Compute the probability that no more than 5 cars will arrive in the next hour \n" );
document.write( "
Algebra.Com's Answer #689857 by Boreal(15235) You can put this solution on YOUR website! Random, numbers proportional to time, discrete, could be theoretically infinite. \n" ); document.write( "Poisson distribution with parameter 6.7 \n" ); document.write( "P(x)=exp^(-6.7)*6.7^x/x! for x between 0 and infinity. \n" ); document.write( "P(5)=e^-6.7*6.7^5/5!=0.1385 \n" ); document.write( "no more than 5 \n" ); document.write( "do 0-4 \n" ); document.write( "for 0 it is 0.0012 \n" ); document.write( "for 1 it is 0.0082 \n" ); document.write( "for 2 it is 0.0276 \n" ); document.write( "for 3 it is 0.0617 \n" ); document.write( "for 4 it is 0.1034 \n" ); document.write( "The sum of the 6 values is 0.3406. ANSWER \n" ); document.write( "This makes sense. The expected value is 6.7. \n" ); document.write( " \n" ); document.write( " |