Problem factorising a simple equation

79 Views Asked by At

I have to factorise the equation $x^2-y^2-z^2+2yz+x+y-z$. .How do I do it?Please help.

1

There are 1 best solutions below

0
On BEST ANSWER

$$x^2-y^2-z^2+2yz+x+y-z$$ $$=x^2-(y-z)^2+x+y-z$$ $$=(x+y-z)(x-y+z)+(x+y-z)$$ $$=(x+y-z)(x-y+z+1)$$