Given a normal distribution $X$~$N(60,9^2)$ with a random variable $A$ and a normal distribution $Y$~$N(50,7^2)$ with a random variable $B$, how do I go about finding the probability $P(B>A)$?
(Given that A and B are independent events).
Given a normal distribution $X$~$N(60,9^2)$ with a random variable $A$ and a normal distribution $Y$~$N(50,7^2)$ with a random variable $B$, how do I go about finding the probability $P(B>A)$?
(Given that A and B are independent events).
If ther are dependent you cannot do this. If they are independent then $C=B-A$ has normal distribution with mean $50-60$ and variance $9^{2}+7^{2}$. You can compute $P(C>0)$ by integrating the density function from $0$ to $\infty$.