Suppose that $A, B,$ and $C$ are independent random variables, each being uniformly distributed over $(0,1)$. What is the probability that $Ax^2 + Bx + C$ has real roots?
First, I set $P(B^2 - 4AC \ge 0)$
Then I am told that $$\begin{align} \int_0^1 \int_0^1 \int_{\min\{1, \sqrt{4ac}\}}^1 1 \;\text{d}b\,\text{d}c\,\text{d} &a= \int_0^1 \int_0^{\min(1, \frac{1}{4a})}\int_{\sqrt{4ac}}^1 1\;\text{d}b\,\text{d}c\,\text{d}a\\ &= \int_0^{\frac{1}{4}} \int_0^1 \int_{\sqrt{4ac}}^1 1\;\text{d}b\,\text{d}c\,\text{d}a + \int_{\frac{1}{4}}^1 \int_0^{\frac{1}{4a}}\int_{\sqrt{4ac}}^1 1\;\text{d}b\,\text{d}c\,\text{d}a \end{align}$$
why the middle integrate from $0$ to $\min(1, \frac{1}{4a})$ from the second integral...where does $\frac{1}{4a}$ come from? why the min{...} does not go to the front integral? why they break up into last step like this (I refer to one integral + another integral) ?
Thanks a lot