This is one of the question asked in my textbook I am able to solve this using Poisson distribution but can't solve it using exponential distribution The distance between major cracks in a highway follows an exponential distribution with a mean of five miles. (a) What is the probability that there are no major cracks in a 10-mile stretch of the highway? (b) What is the probability that there are two major cracks in a 10-mile stretch of the highway?
So what I tried is for the first question :
Since the mean 5 miles/per crack so λ=0.2crack/miles
So using this formula 1-e^(-λx)=(cumulative function of exponential distribution)
P(X<=10)=1-e^(-λx)=1-e^(-0.2*10)=0.864
which was obviously false. The solution used P(X>10) instead of P(X<=10) which I don't understand since they asked to find the probability IN a 10 miles radius.
For question 2, I'm lost, I don't understand where im suppose to plug the 2 major cracks. I used Poisson distribution but I was wondering if its possible to solve it using exponential distribution instead.