Hello and welcome to MHB,
Rigbee!
Whenever you see an expression of the form:
$$a^2-b^2$$
This is called the
difference of squares, and may be factored as follows:
[box=blue]
Difference of Squares
$$a^2-b^2=(a+b)(a-b)\tag{1}$$[/box]
So, for your first problem, you then identify:
$$a=x-y,\,b=x-z$$
And then plug them into the difference of squares formula (1):
$$(x-y)^2-(x-z)^2=((x-y)+(x-z))((x-y)-(x-z))$$
Now, remove the inner parentheses on the right (distributing as needed):
$$(x-y)^2-(x-z)^2=(x-y+x-z)(x-y-x+z)$$
Combine like terms:
$$(x-y)^2-(x-z)^2=(2x-y-z)(-y+z)$$
Now arrange with binomial factor in front, and with no leading negatives.
$$(x-y)^2-(x-z)^2=(z-y)(2x-y-z)$$
This gives you the same result as
evinda, but does not require you to expand the squared binomials and your result is already factored. Either method is good, it just depends on your preference.
Incidentally, what we have done is called factoring, not solving. In order to solve, we need expressions on both sides of the equal sign so that we have an equation, and we need to know for which variable we are solving.
So, as suggested, try the second one, using either method...post your work and we will be glad to check it.