Let $A,B$ and $C$ be independent random variables, uniformly distributed over $[0,5], [0,1]$ and $[0,2]$ respectively. What is the probability that both roots of the equation $Ax^2+Bx+C=0$ are real?
I know I have to do triple integral. Here are steps, as suggested in comment.
- Write an integral of uniform probability density over entire space of possible combinations. In this case, the "box" is rectangular and so integral bounds are trivial.
- Find a defining equation for your condition to hold (discriminant, in our case)
- Change integral boundaries so that you only integrate over portion where the condition is true
I am struggling in Step-3