Question 538112: Hello
I am trying to figure out how to solve quadratic equations. I have X2-8x-9=0 Found 2 solutions by jim_thompson5910, oberobic:Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! x^2 -8x -9 = 0
.
So, to factor it you need to find two powers of 9 that have a difference of 1.
-8 = -9+1
.
(x-9)(x+1) = x^2 -8x -9
.
That means x = 9 or -1.
.
.
Done.