Roman C. answered 08/18/18
Tutor
4.9
(615)
Masters of Education Graduate with Mathematics Expertise
We have this: 8z3 -(x-y)3-(y+z)3-(z-x)3
First let's recall the sum/difference of cubes formulas:
a3 - b3 = (a - b)(a2 + ab + b2)
a3 + b3 = (a + b)(a2 - ab + b2)
You should see that the first two cubes and the last two cubes in your expression have (2z - x + y) as a factor as follows:
8z3 - (x-y)3
= [2z - (x - y)][4z2 + 2z(x - y) + (x - y)2]
= (2z - x + y)(x2 - 2xy + 2xz + y2 - 2yz + 4z2)
(y+z)3 + (z - x)3
= [(y + z) + (z - x)][(y + z)2 - (y + z)(z - x) + (z - x)2]
= (2z - x + y)(x2 + xy - xz + y2 + yz + z2)
Now the original expression equals the difference of these two factorizations, so we can combine with the distributive property.
(2z - x + y)(x2 - 2xy + 2xz + y2 - 2yz + 4z2) - (2z - x + y)(x2 + xy - xz + y2 + yz + z2)
=(2z - x + y)(-3xy + 3xz - 3yz + 3z2)
The second factor is handled by grouping.
-3xy + 3xz - 3yz + 3z2
= -3[(xy - xz) + (yz - z2)]
= -3[x(y - z) + z(y - z)]
= -3(x + z)(y - z)
Finally, we can distribute the negative sign in the -3 into the original factor we found and get the final answer.
3(x - y - 2z)(x + z)(y - z)