Let $ax^2 + bx+c =0$
A fair six-faced die is thrown three times to determine the values of a, b and c.
What is the probability of the root being real?
My solution:
The probability is number of triples (a,b,c) such that $b^2-4ac \ge0$ over $6^3$
I ran a computer program and found out that there are 43 triples that have this property. Hence the probability is $\frac{43}{6^3}=0.1991$.
My question is, how could I have found all values (a, b, c) without the use of brute force?