I'm trying to calculate the probability of
$ax^2+bx+c$ root being a real number when the variables $a,$ $b,$ and $c$ values are all randomized by throwing a standard die.
I got to the point where I can get the probability by calculating the chance of $b^2-4ac>0$, but I'm not sure how I can conveniently carry on from here and my attempts at doing it by hand (finding every possible real occurrence and calculating them by the total outcomes) have failed me.
In other words, the values of $a$, $b$ and $c$ are within $\{1,2,3,4,5,6\}$ and each of the three variables is randomly picked from that list with no special weighting (so $\frac 16$ chance to get any of the $6$ values).