
Andrew M. answered 12/29/15
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
x2-2xy + y2 + 3x - 3y -4
If you recall the formula for (a-b)2 = a2-2ab + b2
This fits the first part of your equation if a=x and b=y
x2-2xy+y2 = (x-y)2
So we have:
(x-y)2 + 3x- 3y - 4
You can factor a 3 out of the 3x-3y giving 3(x-y)
Giving:
(x-y)2 + 3(x-y) -4
What we have is actually a quadratic equation of the form
ax2 + bx + c where x = (x-y)
To look at this in an easier format pick a variable to
represent x-y ... Let z = x-y so you have:
z2 +3z -4
This can be factored. The factors of -4 that add to 3 are (4)(-1) so
z2 + 3z - 4
= (z+4)(z-1)
But z = x-y so we have:
(x-y+4)(x-y-1)