Factoring is the process of rewriting polynomial into product of factors.
Factoring polynomials is quite similar to factoring numbers, but harder (because you need to work with variables) and not exactly the same.
Process of factoring is, in some sort, inverse process of multiplication of polynomials (FOIL etc.). You have two or more polynomials and you multiply them to get new polynomial.
Now, you have a polynomial and want to find its factors.
For example, (techniques for factoring you will learn later)
We try to find common factor in all addends and then factor it out.
Example 1. Factor the following: 3x+12.
We can write 12 as 3⋅4.
3x+12=3x+3⋅4=
=3x+3⋅4= (common factor is 3)
=3(x+4) (distributive property of multiplication)
Answer: 3x+12=3(x+4).
As can be seen, factoring is equivalent to finding numbers/expressions, that divide out each summand evenly.
Of course, variables can also be factored out.
Example 2. Factor the following: 20w3x2−4w4x.
Let's first write each summand, using multiplication only:
20w3x2=4⋅5⋅w⋅w⋅w⋅x⋅x
−4w4x=−4⋅w⋅w⋅w⋅w⋅x
I highlighted common factors, so we can factor them out:
20w3x2−4w4x=
=4⋅5⋅w⋅w⋅w⋅x⋅x−4⋅w⋅w⋅w⋅w⋅x= (rewrite without exponents)
=4⋅w⋅w⋅w⋅x(5x−w)= (factor)
=4w3x(5x−w) (simplify)
Be careful, with minus signs! Don't forget about them.
Answer: 20w3x2−4w4x=4w3x(5x−w).
Since distributive property of multiplication is valid even if there are more than two summands, then we can handle cases, when there are more than two summands.
Example 3. Factor −15x5y7z3−24x3y3z3−18y2z10.
Again, we need to write each summand as product of factors to figure out what is common.
−15x5y7z3=(−3)⋅5⋅x5⋅y2⋅y5⋅z3
−24x3y3z3=(−3)⋅8⋅x3⋅y2⋅y⋅z3
−18y2z10=(−3)⋅6⋅y2⋅z3⋅z7.
In cases of exponent, the common factor will be the variable with the lowest exponent.
Exponents of x are 5, 3 and 0 (last term doesn't contain x), so the common factor is x0=1.
Exponents of y are 7, 3 and 2, so the common factor is y2.
Exponents of z are 3, 3 and 10, so the common factor is z3.