How do you factor the expression 25x^2 - 35x - 30?

1 Answer
Dec 2, 2015

25x^2 - 35x - 30 = 5(x-2)(5x+3)

Explanation:

First, we can easily see that each term has a factor of 5, so let's take that out

25x^2 - 35x - 30 = 5(5x^2 - 7x - 6)

Now we just need to factor 5x^2 - 7x - 6.

We could use the quadratic formula to find the roots of the expression, however let's see if we can find an integer solution without resorting to that.

We are looking for integers A, B, C, D such that

5x^2 - 7x - 6 = (Ax+B)(Cx+D)

=> 5x^2 - 7x - 6 =ACx^2 + (AD + BC)x + BD

=> {(AC = 5), (AD + BC = -7), (BD = -6):}

From the first equation, we know that A and D are 1 and 5.

From the third equation, we know that B and C are one of
1 and -6
-1 and 6
2 and -3
-2 and 3

Testing out which set of pairs fulfills the second equation lets us find a solution

A = 1
B = -2
C = 5
D = 3

Then substituting those back in gives us

5x^2 - 7x - 6 = (x - 2)(5x + 3)

But we mustn't forget the original 5 we factored out, and so we have the final result of

25x^2 - 35x - 30 = 5(x-2)(5x+3)