Suppose that $A, B, C$ are positive, independent random variables with distribution function $F$. I am trying to show that quadratic $Az^2 + Bz + C$ has real roots with probability $$\int_0^\infty \int_0^\infty F\left(\frac{x^2}{4y}\right) dF(x)dF(y).$$
I know that I need to calculate $P[B^2 \geq 4AC]$, which would give me the answer I want, but I'm not sure how to do this. I have tried looking for similiar problems, but the only examples I have been able to find, e.g. Probability that a quadratic polynomial with random coefficients has real roots, are where $A, B, C$ have a uniform distribution. How can I extend to the general case?