Two numbers$\ p$ and$\ q$ are both chosen randomly (and independently of each other) from the interval$\ [-2, 2]$. Find the probability that$\ 4x^2+4px+1-q^2=0$ has imaginary roots.
How do you solve this problem? Given that we're trying to find out when the quadratic has imaginary roots I suppose we use the discriminant. Which, $\ b^2-4ac=(4p)^2-4(4)(1-q^2)$. It can then be factored out to$\ 4^2(p^2-(1-q^2)=4^2(p^2-(1-q)(1+q))$
I'm not even sure if I'm on the right track here. The answer given to us was $\ \frac{\pi}{16}$ and I'm still at a lost on how to get there. An explanation would be appreciated.