.
If x=3 or -4 are the solutions of the equation x^2+ax+b=0. Find the value of a and b.
~~~~~~~~~~~~~~~~~~~~~~~~
Then a = -(3+(-4)) = -(-1) = 1
and
b = 3*(-4) = -12.
See the lesson
- https://www.algebra.com/algebra/homework/quadratic/lessons/Solving-quadratic-equations-without-quadratic-formula.lesson
in this site.
Vieta's formulas.