- 3,802
- 95
Homework Statement
Show that the exponential distribution has the memory loss property.
Homework Equations
f_T(t) = \frac{1}{\beta}e^{-t/\beta}
The memory loss property exists if we can show that
P(X>s_1+s_2|X>s_1) = P(X>s_2)
Where
P(X>s_1+s_2|X>s_1)=\frac{P(X>s_1+s_2,X>s_1)}{P(X>s_1)}
The Attempt at a Solution
For P(X>s_2) I computed the integral
1-\int_0^{s_2}f_T(t)dt
And similarly I found P(X>s_1) but I'm unsure how to find P(X>s_1+s_2,X>s_1) to complete the problem.