Suppose that the time between calls from your best friend has an exponential distribution with a mean time of $3$ days.
(a) If you just received a call from her, what is the probability that you will receive the next call within the next $2$ days?
(b) You realize that you have not received a call in at least $2$ days. What is the probability that she will not call you within the next $2$ days?
My attempt:
if $\mu=3$ then $m=1/\mu = {1/3}$ hence $X \sim \exp(1/3)$
(a) $P(X\leq2) = 1-e^{-1/3*2} = 0.4866$
(b) $P(X > 2) = 1-P(X\leq2) = 1-(1-e^{-1/3*2}) = e^{-2/3} = 0.5134$
I think my answers are incorrect. I also tried $X \sim \exp(3)$ but those answer make even less sense than the ones above.
Will anyone please point me in the correct direction if my approach is incorrect please?