document.write( "Question 1028732: Potholes requiring repair in a section of a national highway occur at an average rate of 3.2 potholes per kilometre.
\n" );
document.write( "1. What is the probability that there are no potholes that required repair in 5km of the highway?
\n" );
document.write( "2. What is the probability that at most three potholes require repair in 200m? \n" );
document.write( "
Algebra.Com's Answer #643814 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "Potholes requiring repair in a section of a national highway occur at an average rate of 3.2 potholes per kilometre. \n" ); document.write( "1. What is the probability that there are no potholes that required repair in 5km of the highway? \n" ); document.write( "2. What is the probability that at most three potholes require repair in 200m? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "In probability problems, recognizing an appropriate distribution is half the problem solved. The remaining part is just plugging in the parameters followed by a few key strokes on the calculator. \n" ); document.write( " \n" ); document.write( "We will examine the problem with respect to the criteria for the Poisson distribution, as follows, extracted from \n" ); document.write( "http://stattrek.com/probability-distributions/poisson.aspx\r \n" ); document.write( "\n" ); document.write( "A Poisson experiment is a statistical experiment that has the following properties:\r \n" ); document.write( "\n" ); document.write( "The experiment results in outcomes that can be classified as successes or failures (i.e. potholes or no potholes). \n" ); document.write( "The average number of successes (μ) that occurs in a specified region is known. (yes, μ=3.2 potholes per km) \n" ); document.write( "The probability that a success will occur is proportional to the size of the region (by the context of the problem, the longer the road, more potholes will be found) \n" ); document.write( "The probability that a success will occur in an extremely small region is virtually zero. (chances of finding a pothole in a given metre length of road is very small). \n" ); document.write( " \n" ); document.write( "Note that the specified region could take many forms. For instance, it could be a length, an area, a volume, a period of time, etc. \n" ); document.write( " \n" ); document.write( "Thus the problem satisfies all the requirements of the Poisson distribution. \n" ); document.write( "We can then calculate the required values accordingly. \n" ); document.write( "The probability is given by: \n" ); document.write( "P(x; μ) = (e^-μ) (μ^x) / x! \n" ); document.write( "x=given number of occurrences \n" ); document.write( "μ=average rate (=3.2 potholes/km) \n" ); document.write( "e=natural log base = 2.7182818284... \n" ); document.write( "n! = factorial function = n*(n-1)*....3*2*1 \n" ); document.write( " \n" ); document.write( "1. no potholes in 5 km. \n" ); document.write( "μ for 5 km = 5*3.2=16 \n" ); document.write( "P(0;16)=e^(-16)*16^0/0!=e^(-16)*1/1=1.125*10^(-7) \n" ); document.write( " \n" ); document.write( "2. up to 3 potholes in 200m \n" ); document.write( "μ=3.2*(200/1000)=0.64 potholes / 200 m \n" ); document.write( "P(x≤3; 0.64) \n" ); document.write( "=P(x=0;0.64)+P(x=1;0.64)+P(x=2;0.64)+P(x=3;0.64) \n" ); document.write( "=0.52729+0.33747+0.10799+0.02304 \n" ); document.write( "=0.99579\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |