I wish to prove the claim:
If $\gcd(a,b) =1$ then $\gcd(2a +b, a + b) = 1$.
I have so far:
By Bezouts lemma, there are integers $x,y$ such that $ax+by = 1$.
So, $d = \gcd(2a+b, a+ b)$,
then $d|(2a +b)$ and $d|(a+b)$.
I am not sure what to do after this. I have to use GCD Characterization to prove this.