The pdf for T∼Exponential(λ) is
f(t∣λ)=λe−λt⋅It>0
Its cdf is
F(t∣λ)=(1−e−λt)⋅It>0
which implies the survivor function is
S(t):=P(T>t)=1−F(t∣λ)=e−λt
Example 1
A very large logging operation has serious problems keeping their skidders operating properly. The equipment fails at the rate of 3 breakdowns every 48 hours. Assume that x is time between breakdowns and is exponentially distributed. What is the probability of a single breakdown within 24 hours?
So the statement gives x∼Exponential(483), whose cdf F(t∣λ)=1−e−λt. The answer is then F(24)=1−exp(−1.5)=0.7769