How do you factor special products of polynomials?

1 Answer

Look for numbers that are perfect squares or perfect cubes.
There are many special products in factoring. Three of the most well-known are
(x+y)^2=x^2+2xy+y^2(x+y)2=x2+2xy+y2
and
(x−y)^2=x-2xy+y^2(xy)2=x2xy+y2
and
(x+y)(x−y)=x^2−y^2(x+y)(xy)=x2y2

Two less well-known ones are
x^3+y^3=(x+y)(x^2−xy+y^2)x3+y3=(x+y)(x2xy+y2)
and
x^3−y^3=(x−y)(x^2+xy−y^2)x3y3=(xy)(x2+xyy2)
Note that in an actual problem, x and y can be any number or variable. Hope this helped!