$a$ and $b$ are integers where $a$ is odd prove that $\gcd(a,b) = \gcd(a, a+2b)$
I know from $\gcd$ and divisibility of integer combinations that $\gcd(a,b)=d$ and that $d\mid a$ and $d\mid(a+2b)$, therefore $d$ is a common divisor of $a$ and $a+2b$. I'm having trouble with using the fact that $a$ is odd, and how to show that $d$ is the greatest common divisor. Thanks
If $d\mid a$ and $d\mid b$, then $d\mid a+2b$.
Now, suppose that $d\mid a$ and that $d\mid a+2b$. Then $d\mid2b$. But $d\mid a$ and $a$ is odd. Therefore, $d$ is odd. Since $d$ is odd and $d\mid2b$, $d\mid b$.
So, I proved that $d$ is a common divider of $a$ and $b$ if and only if $d$ is a common divider of $a$ and $a+2b$. In particular, the pairs $(a,b)$ and $(a,a+2b)$ have the same greatest common divider.