I need to apply Bayes' theorem for a conditional probability which in turn makes use of continuous random variables.
Context: A continuous random variable $X$, expresses in minutes, the duration of the telephone communications. Its density function is as follows: if $x>0$ $\Rightarrow f(x)=(5/6)ℯ^{-(5/6)x}$
- I have $F_X(x) = 1-ℯ^{-(5/6)x}$
- I need to calculate $\mathsf P(X>5\mid X>2)$
How can I express $\displaystyle P(A_i|B) = \frac{P(B|A_i) P(A_i)}{\sum_{k=1}^n P(B|A_k) P(A_k)}.... [1]$ through integrals?
If you like to contribute something more about the exercise, it is also welcome. Thank you very much.