Wasn't able to include this in the title, but it is given that if $x$ is odd and $y$ is even then $\gcd(x, y)= \gcd\left(x, \frac{y}{2}\right)$.
I am struggling to get started with this problem. I would appreciate any help.
What I have so far:
Let $z = \gcd(x, y)$. We know $z\mid x$ and $z\mid y$.
Truly not sure where to go from here.