You can put this solution on YOUR website! Assuming you problem is to solve:
.
x^2 -x -30 = 0
.
Factoring this is the best approach.
We notice that we need a + and a - term to result in -30.
And the two factors need to 1 apart.
There are a number of ways we can multiply two numbers to result in 30.
3*10 = 30, but they are 7 apart.
5*6 = 30, and they are 1 apart. So that's it.
.
(x -6)(x +5) = 0
.
checking this using FOIL (first, outer, inner, last):
.
x*x + x*5 + (-6)x + (-6)*5 = x^2 -x -30.
.
So, the solutions that make the equation true are: x=6 and x= -5.
.
We also can graph it.