Can y= x^2+7x-30 y=x2+7x30 be factored? If so what are the factors ?

1 Answer
Jan 4, 2016

x^2+7x-30 = (x+10)(x-3)x2+7x30=(x+10)(x3)

Explanation:

Find a pair of factors of 3030 which multiply to give 3030 and differ by 77. The pair 1010, 33 works, hence:

x^2+7x-30 = (x+10)(x-3)x2+7x30=(x+10)(x3)

x^2+7x-30x2+7x30 is in the form ax^2+bx+cax2+bx+c with a=1a=1, b=7b=7 and c=-30c=30.

This has discriminant Delta given by the formula:

Delta = b^2-4ac = 7^2-(4xx1xx-30) = 49+120 = 169 = 13^2

Since this is a perfect square, the quadratic has two linear factors with rational coefficients.

Rather than search for a suitable pair of factors of 30 we could use the quadratic formula to find the zeros of x^2+7x-30 and hence its factors:

x = (-b+-sqrt(b^2-4ac))/(2a) = (-b+-sqrt(Delta))/(2a)

=(-7+-13)/2

That is x=-10 or x=3

Hence factors (x+10) and (x-3)