Final answer:
To find the probability that a customer waits five minutes or more in line at a bank's ABM, calculate the cumulative distribution function of the exponential distribution. Use the formula P(X < t) = 1 - e^(-λt), where X is the exponential random variable and t is the waiting time. Subtract the probability of waiting less than five minutes from 1 to find the probability of waiting five minutes or more.
Step-by-step explanation:
To find the probability that a customer waits five minutes or more in line, we need to calculate the cumulative distribution function (CDF) of the exponential distribution.
First, let's calculate the rate parameter (λ) of the exponential distribution. Since customers arrive at a rate of one every other minute, λ = 1/2.
Next, we need to find the probability of waiting less than five minutes. We can use the formula P(X < t) = 1 - e^(-λt), where X is the exponential random variable and t is the waiting time.
So, the probability of waiting less than five minutes is P(X < 5) = 1 - e^(-1/2 × 5) = 1 - e^(-2.5).