Assume that $U$ and $V$ are independent normally distributed random variables, each with mean $0$ and variance $1$.
Find the probability that the roots of the polynomial $P(x) = \frac{1}{4} x^2 +Ux+V^2$ are real.
This is a question I had to work out on my intro probability midterm. It's clear to see by looking at the discriminant that $$\begin{align} \Bbb P(\text{roots of }P(x)\text{ are real}) &=\Bbb P(U^2-V^2\ge0) \\ &=\Bbb P(U^2\ge V^2) \\ &=\Bbb P(U\ge V\text{ or }-U\ge -V), \end{align}$$ but what next?
I appreciate any help.
Thanks in advance!