Final answer:
a. The mean waiting time is 5 minutes. b. The probability that a driver spends more than the average time is approximately 0.6321. c. The probability that a driver spends more than 10 minutes before placing an order is approximately 0.1813. d. The probability that a driver spends between 4 and 6 minutes before placing an order is approximately 0.1748.
Step-by-step explanation:
a. To find the mean waiting time, we need to calculate the expected value of the exponential distribution. The mean is given by the formula μ = 1/λ, where λ is the rate parameter of the exponential distribution. In this case, λ = 0.2, so the mean waiting time is μ = 1/0.2 = 5 minutes.
b. To find the probability that a driver spends more than the average time before placing an order, we need to calculate the cumulative distribution function (CDF) of the exponential distribution. The CDF is given by the formula F(x) = 1 - e^(-λx). Substituting λ = 0.2 and x = 5, we get F(5) = 1 - e^(-0.2*5) ≈ 0.6321.
c. To find the probability that a driver spends more than 10 minutes before placing an order, we can calculate 1 minus the CDF at 10 minutes. Using the formula F(x) = 1 - e^(-λx) and substituting λ = 0.2 and x = 10, we get F(10) = 1 - e^(-0.2*10) ≈ 0.1813.
d. To find the probability that a driver spends between 4 and 6 minutes before placing an order, we can subtract the CDF at 4 minutes from the CDF at 6 minutes. Using the formula F(x) = 1 - e^(-λx), we get F(6) - F(4) = (1 - e^(-0.2*6)) - (1 - e^(-0.2*4)) ≈ 0.1748.