5

Given this problem as part of prep for a test. We've done the same problem without A being a random variable, but I am completely stumped as to how to accomplish this one with three r.v.s

I know the joint is $1/288$ and that $B^2>4AC$ but cannot convert this to a happy integral.

Let $A$, $B$, and $C$ be independent random variables, uniformly distributed over $[0,4], [0,8]$, and $[0,9]$ respectively. What is the probability that both roots of the equation $Ax^2 + Bx + C = 0$ are real?

Thanks,

ant11
  • 2,033
  • 15
  • 38

1 Answers1

1

If you've done it for fixed $A$ then do the same thing except replace your $p_C$ distribution with

$$ p_{AC}(z)=\frac{1}{|Z|}\int_Z p_A(x)p_C(z/x) dx $$

lemon
  • 3,548