Millacol88 said:
...
All you are really doing is trying different terms that multiply to give you the correct value of ax2, as well as trying different integer-values that multiply to give you the integer present in expanded form. Then, check to see if, when the distributive property is used on your factored expression, whether or not your x-term matches the one in expanded form. If it does you're done.
"Guess-and-check" is my least favorite way to do this, for reasons that I'll get into later.
With a quadratic polynomial in STANDARD FORM ax
2 + bx + c = 0
write this:
(1/a)(ax + p)(ax + q), where p + q = b and pq = ac. I know that's a lot of letters/variables, but you're used to this method (i.e. find two numbers that add-up to the middle coefficient, and whose product is ac). After you find and fill-in p and q, simplify.
Consider this:
20x
2 +39x + 18. Guess-and-check? NO WAY!
ac = (20)*(18) = 360. Find two numbers that multiply to give you 360, and that add up to 39. For this step, let's write factor pairs of 360, with their sums off to the side.
1*360 ...361
2*180...182
3*120...123
4*90...94 (notice that their sums get smaller. We're looking for 39)
5*72 ...77
6*60...66
7*(doesn't go evenly. I'll skip the rest like this)
8*45...53
9*40...49 (not 39, though!)
10*36...46
12*30...42
15*24...39
(BINGO)
18*20...38
20*18... but we're going back up the chain, so we quit.
Just to recap, we are looking for two numbers that add up to 39 and multiply to get 360. I call those numbers "p" and "q". We have found them. p = 15 and q = 24. (You can switch the order and it won't matter in the end)
We plug these into the equation (1/a)(ax + p)(ax + q). Don't forget that "a" is the number in front of x
2 in our original problem (20x
2 +39x + 18). So a = 20.
(1/20)(20x + 15)(20x + 24). You can factor a "5" out of (20x + 15), and a "4" out of (20x + 24)...
(1/20)(5)(4x + 3)(4)(5x + 6). The (1/20)*(4)*(5) just gives you "1"...
20x
2 +39x + 18 = (4x + 3)(5x + 6).
.......
Now we get into your specific question. There are some negatives, so that will provide much-needed variety.
2x
2 - x - 3. a = 2; b = -1; c = -3.
We want two numbers that have the sum of -1 (b) and whose product is -6 (ac). Here are the factor pairs of -6:
1*-6... with sum -5
-1*6 ...+5
2*-3 ...-1 ("bingo")
-2*3...+1
So p = 2 and q = -3.
(1/a)(ax + p)(ax + q) becomes
(1/2)(2x + 2)(2x + -3)
(1/2)*2*(x + 1)(2x - 3)
(x + 1)(2x - 3). I guess that's right ;)