I have two independant normally distributed random variables.
X ~ N(657, 3) Y ~ N(661, 2) P(x > y) = ?
How do I calculate the probability of X being greater than Y? Using R for simulating, I am getting values around 0.13. How to get the exact ("theoretical") value?