How do you factor x^2 - x = 72?

1 Answer
May 4, 2016

color(green)(( x+8) ( x - 9) is the factorised form of the expression.

Explanation:

x^2 - x = 72

x^2 - x - 72 = 0

In this technique, if we have to factorise an expression like ax^2 + bx + c, we need to think of 2 numbers such that:

N_1*N_2 = a*c = 1*(-72) = -72

AND

N_1 +N_2 = b = -1

After trying out a few numbers we get N_1 = -9 and N_2 =8
8*(-9) = -72, and 8+(-9)= -1

x^2 - x - 72 = x^2 - 9x +8x - 72

= x ( x - 9) + 8 (x - 9 )

= color(green)(( x+8) ( x - 9)