Prove that if $\gcd(a, b) = 1$ then $\gcd(2a + b, a + 2b) \in \{1, 3\}$
I can get up to: $\gcd(2a + b, a + 2b) | 3(a + b)$
But I am unable to move forwards. I would like a hint?
BY Bezout's, there exists integers $x, y$ such that $ax + by = 1$.
$d = \gcd(2a + b, a + 2b) \implies (2a + b)u + (a + 2b)t = d$ for integers existing $u, t$.
But this isn't helping much. What can I do?