How do you determine the factors of #x^2-12x-20#?
1 Answer
Explanation:
Given:
#x^2-12x+20#
Method 1 - Fishing for factors
Note that:
#(x-a)(x-b) = x^2-(a+b)x+ab#
So if we can find
It's fairly quick to spot the answer, but here's an example of the sort of reasoning you can apply to help find such factors:
#20 = 2*2*5#
So splitting
That leaves one other factor
So basically the pair of factors we are looking for is
#x^2-12x+20 = (x-10)(x-2)#
Method 2 - Completing the square
Rather than fishing for factors, which in some cases is somewhat more involved than the current example, and in some cases will not work at all, we can complete the square then use the difference of squares identity:
#a^2-b^2 = (a-b)(a+b)#
like this:
#x^2-12x+20 = x^2-12x+36-16#
#color(white)(x^2-12x+20) = (x-6)^2-4^2#
#color(white)(x^2-12x+20) = ((x-6)-4)((x-6)+4)#
#color(white)(x^2-12x+20) = (x-10)(x-2)#
In the case of any monic quadratic, you can complete the square like this:
#x^2+2bx+c = x^2+2bx+b^2-b^2+c#
#color(white)(x^2+2bx+c) = (x^2+2bx+b^2)-(b^2-c)#
#color(white)(x^2+2bx+c) = (x+b)^2-(sqrt(b^2-c))^2#
#color(white)(x^2+2bx+c) = ((x+b)-sqrt(b^2-c))((x+b)+sqrt(b^2-c))#
#color(white)(x^2+2bx+c) = (x+b-sqrt(b^2-c))(x+b+sqrt(b^2-c))#