Final answer:
The average time between successive arrivals can be found by converting the mean from people per hour to minutes per person. The probability that at most 7 minutes will pass until the next person arrives can be calculated using the exponential distribution formula. The probability that at least 12 minutes will pass until the next person arrives can be found by subtracting the probability of the opposite event from 1. The inter-arrival time that occurs at most 55% of the time can be determined by finding the corresponding quantile of the exponential distribution.
Step-by-step explanation:
(a) To find the average time between successive arrivals, we need to convert the mean from people per hour to minutes per person. There are 60 minutes in an hour, so we divide the mean by 60: 14/60 = 0.2333 minutes per person. Therefore, we would expect approximately 0.23 minutes to pass between the arrival of successive patients seeking medical attention at this ER in any given hour.
(b) To find the probability that at most 7 minutes will pass until the next person arrives, we can use the exponential distribution formula: P(X ≤ x) = 1 - e^(-λx), where λ is the rate parameter (in this case, the mean of 0.2333). Plugging in the values, we get P(X ≤ 7) = 1 - e^(-0.2333*7) ≈ 0.8293.
(c) To find the probability that at least 12 minutes will pass until the next person arrives, we can subtract the probability of the opposite event (that less than 12 minutes will pass) from 1. Using the same formula as in part (b), we get P(X > 12) = 1 - P(X ≤ 12) = 1 - (1 - e^(-0.2333*12)) ≈ 0.4720.
(d) To find the inter-arrival time that occurs at most 55% of the time, we need to find the corresponding quantile of the exponential distribution. In other words, we need to find the x-value such that P(X ≤ x) = 0.55. Using the exponential distribution formula and solving for x, we get x = -ln(1 - 0.55)/λ = -ln(0.45)/0.2333 ≈ 3.17 minutes.