Question on 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
1 reply · 1K views
theBEAST
Messages
361
Reaction score
0

Homework Statement


BR73C0s.png


Homework Equations


f(x) = eλx/x!

The Attempt at a Solution


Initially I thought I could solve this problem using the Law of Memoryless. That, the solution would just be P(X <= 2). However, I was wrong. Turns out the solution is P(X <= 4.5) - P(X<= 2.5). Does anyone know why?
 
Last edited:
Physics news on Phys.org
First of all the equation you listed is actually a poisson distribution. As the Poisson distribution is discrete, it really wouldn't make sense in this situation.

http://en.wikipedia.org/wiki/Exponential_distribution

The an exponential distribution has pdf of the form:

f(x) = λe-λx for x ≥ 0.

Anyway, what you said isn't quite right.

Turns out the solution is P(X = 4.5) - P(X=2.5)

Since this is a continuous distribution, P(X = 4.5) = 0. In fact, P(X = c) = 0 for any c.

The solution would actually be P(X ≤ 4.5) - P(X ≤ 2.5) = F(4.5) - F(2.5).

Where F(x) is the cumulative distribution function.

The reason for this is that you want X to be less that 4.5, but all the stuff below 2.5 is not wanted , so you subtract off the probability that X is less that 2.5.
 
Last edited: