
David W. answered 07/31/15
Tutor
4.7
(90)
Experienced Prof
There are some quadratic equations that look like Ax2 + Bx + C in which A=1, B=2*N and C=N2. In these cases (now, think FOIL), (X + N)(X + N) are factors (and they are the same, so this expression is the square of this factor) [notice again the values of A, B, and C).
Now, given x^2 - 8x -9, we first make sure that A=1 (or divide by coefficient to make it 1)
Then we find N=B/2 (it looks like it is -4)
and then find C=N^2 (16)
so we make that the left side of our equation.
x^2 - 8x + 16 = 25 (we had to add 16 to both sides)
(x - 4)(x -4) = 25
x - 4 = ±5 (took the square root of both sides)
x = -1 or x = 9 (add 4 to both sides)
Checking (very important):
Is (-1)^2 - 8(-1) = 9 ?
1 + 8 = 9 Yes. (-1) is a root
Is (9)^2 -8(9) = 9 ?
81 - 72 = 9 Yes. (9) is a root