Proving the memoryless property of the exponential distribution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
DanielJackins
Messages
39
Reaction score
0
Given that a random variable X follows an Exponential Distribution with parameter β, how would you prove the memoryless property?

That is, that P(X ≤ a + b|X > a) = P(X ≤ b)

The only step I can really think of doing is rewriting the left side as [P((X ≤ a + b) ^ (X > a))]/P(X > a). Where can I go from there?
 
Physics news on Phys.org
Thanks. Using that I was able to prove it. But why is what you said true?
 
X has three disjoint ranges, <a, (a,a+b), >a+b.
P[(X ≤ a + b) ^ (X > a)] is the probability X is in the middle range.
P[(X ≤ a + b)] is the probability X is in the first or middle range.
P[X ≤ a] is the probability X is in the first range.