I would like to check my answer, I have been asked to work out the probability of value greater then 10 given an exponential distribution with a mean of 10.
My intuition would be that this is equal to 0.5 but when I go to do a definite integral between 10 and infinity I get a decimal answer so small I would round it to zero.
What is the correct answer and what are the steps. Sorry if this is too simple.
Let the pdf be $p(x)=\lambda e^{-\lambda x}$.
Mean, $\mu=1/\lambda =10$.
$$P(X>10)=\int_\mu^\infty p(x)dx =\int_{1/\lambda}^\infty \lambda e^{-\lambda x}dx =\left[\frac{\lambda e^{-\lambda x}}{-\lambda}\right]_{1/\lambda}^\infty=\frac 1e\qquad\blacksquare$$
Note that the answer is independent of $\mu$.