If $\gcd(a,b) = 1$, show that $\gcd(2a+b, a+2b)=1 \mbox{ or } 3$.
What I tried:
Suppose:
$d \ | \ 2a+b$ and $d \ | \ a+2b$, then:
$$2a+b = d\cdot k_1$$ $a+2b = d\cdot k_2$$
therefore:
$$3(a+b) = d(k_1+k_2)$$
I also noted that if $\gcd(a,b)=1$ then $a+b$ has some interesting property for division but I cannot figure out exactly