Consider the quadratic equation $x^2+bx+c=0$, where $b$ and $c$ are $Uni∼[0,1]$. Let $p(b)$ represent the probability that the given equation has a real solution for a fixed value of$ b$.
What is $p(1/2)$?
What is the probability that$ x^2+bx+c=0$ has a real solution ?
$p(1/2)$ = prob $x^2+bx+c=0$ has a real solution)
now $x^2+bx+c=0$ has a real solution if discriminant $≥0$ i.e., $1−16c≥0$ which
is same as $c≤1/16$. since $C∼UNI[0,1]$ the $p(c)≤1/16=1/16$
Is this correct and how to do the second part?