How do you factor y= x^2 - 7x + 10y=x27x+10 ?

1 Answer
Dec 22, 2015

y = (x - 5)(x - 2)y=(x5)(x2)

Explanation:

Our goal is to think of two numbers that multiply to give 1010 but add to -77.

One pair of number sounds particularly good; -55 and -22. Add them together, and you'll get -77. Multiply them, you get 1010.

For a simple quadratic like this one we can insert these numbers into an expression of the form (x + n_1)(x + n_2)(x+n1)(x+n2), which will represent the factored form of yy.

y = (x + n_1)(x + n_2)y=(x+n1)(x+n2)

where n_1n1 and n_2n2 are the numbers we just found.

Thus, we get

y = (x - 5)(x - 2)y=(x5)(x2)

To confirm this, apply FOIL.

y = x^2 - 5x - 2x + 10y=x25x2x+10

which reduces to

y = x^2 - 7x + 10y=x27x+10