Comment on A new way to make quadratic equations easyComments−edflsafoiewq6yIf you're going to rename the constants to make a=1, you might as well also replace b with b/2. The solution to x^2 + 2bx + c = 0 is x = ± √(b^2 - c) - b
Comments
If you're going to rename the constants to make a=1, you might as well also replace b with b/2. The solution to x^2 + 2bx + c = 0 is