On this chapter, we learned Factoring Polynomial Expressions.
We learned important five words.
Common 15x+5xy -> 5x(5+y)
Difference of squares – 81 -> (x+9)(x-9)
Pattern +x+# +8x+12
product(12) sum(8)
1* 12 2*6
2* 6
3* 4
Easy
+17x+72 product(72) : 1*72, 2*36, 3*24, 4*18, 6*12, 8*9 sum(17) : 8*9 (x+8)(x+9)
Ugly
-7x+2 product(10) : 1*10, 2*5 sum(-7) : 2*5 (5x-2)(x-1)
In Factoring Polynomial Expressions, there are some difficult case.
ex) +1.5x+0.5 -> + +
-> + +
-> Find Common Factor ( +3x+1) product(2) : 1*2 sum(3) : 1*2
-> (2x+1)(x+1)
In this case, we have to solve it this way. In this chapter, to find common factor is very important.