Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc) |
Quadratic equation For these solutions to exist, the discriminant First, we need to compute the discriminant Discriminant d=9 is greater than zero. That means that there are two solutions: Quadratic expression Again, the answer is: 2.61803398874989, -0.381966011250105. Here's your graph: |
If (a-b)^2 = 2, then a^2 - 2ab + b^2 = 5. Hensce, a^2 + 2ab + b^2 = (a^2 - 2ab + b^2) + 4ab = 5 + 4 = 9. In other words, (a+b)^2 = 9. Then a + b = 3. It is the same as the Fombitz' solution, but more straightforward.