document.write( "Question 822265: It has been observed that in any given hour 36 people cross a street. As a result, what is the probability that in any given 10 minute period:
\n" ); document.write( "a. More than 3 people cross the street?
\n" ); document.write( "b. Exactly 4 people cross the street?
\n" ); document.write( "c. 6 or fewer people cross the street?
\n" ); document.write( "d. 2 or more people cross the street?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #494768 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "POISSON Distribution P(x; μ) = (e^(-μ) (μ^x) / x! where μ is the average number of successes
\n" ); document.write( "x is the actual number of successes that result from the experiment, e approximately equal to 2.71828.
\n" ); document.write( "for ex: μ = 6 P(x = 4) = \"e%5E%28-6%29%286%5E4%29%2F4%21\"
\n" ); document.write( "It has been observed that in any given hour 36 people cross a street (6 in ten minutes)
\n" ); document.write( "Using Ti Calculator functions:
\n" ); document.write( "a. More than 3 people cross the street? Ti: 1- poissioncdf(6, 3)
\n" ); document.write( "b. Exactly 4 people cross the street? poissionpdf(6, 4) 0r P =\"e%5E%28-6%29%286%5E4%29%2F4%21\"
\n" ); document.write( "c. 6 or fewer people cross the street? poissioncdf(6, 6)
\n" ); document.write( "d. 2 or more people cross the street? 1- poissioncdf(6, 1)
\n" ); document.write( " \n" ); document.write( "
\n" );