Suppose $x,y,z$ are mutually coprime positive integers that solve $x^2+y^2=z^2$.Assume that $x$ is odd and exactly one of $y$ or $z$ is even. Show that $z-y$ and $z+y$ are coprime.
So I started of by saying since $x$ is odd $x^2$ is odd $x^2=z^2-y^2=(z-y)(z+y)$ so both $z-y$ and $z+y$ are odd and then tried a few different things but got stuck. Any ideas?