How Do You Calculate the Probability in an 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
5 replies · 2K views
das1
Messages
40
Reaction score
0
Help?

Suppose the random variable Y has an EXP(2) distribution. What is P(Y > 1)? (Round to four decimal places as appropriate.)
 
on Phys.org
das said:
Help?

Suppose the random variable Y has an EXP(2) distribution. What is P(Y > 1)? (Round to four decimal places as appropriate.)

Are you allowed to use the CDF for this distribution or should you calculate this purely from the pdf? Either way you'll need to also use this fact: $$P[Y>2]=1-P[Y \le 2]$$
 
I don't think there are any restrictions on what functions I can or can't use
 
das said:
I don't think there are any restrictions on what functions I can or can't use

Ok, then this should be very useful. For the exponential distribution, the CDF is the following: $$P[X \le x]=1-e^{-\lambda x}$$. How can you use this to answer your question?
 
So would I plug in 1 for x and 2 for λ?
Then we would get 1-e^(-2*1)? Which is .8467 but we'd actually want 1-.8467 again because we're looking for P(Y > 1) right? So about .1353?