I believe everyone is overlooking the fact that the formula which provides the solutions to the quadratic equation in the form of: ax2 + bx + c is actually not
b2-4ac
but in fact it is:
x = (-b ± √(b2 - 4ac)) / 2a
The '±' in this particular formula is the most significant mathematical notation you'll ever meet as that is precisely how you can derive your upper and lower bounds. First substitute into that formula your values and record the result of subtracting the portion under the root from -b, then do the same thing again, only find the result of adding the value under the root sign to your -b.
That is assuming b represents your y-coordinate, a is your x-coordinate and c is your hypotenuse, which is the standard representation used.