Let $\gcd(x,y)=1$. Prove that $5x+2y$ and $2y+x$ are always co-prime.
I’ve tried a lot of things (really a lot), but nothing has worked for me.
One of the best ideas that came to my mind (I think) is to use a proof by contradiction:
Suppose $\exists d >1$ Such that $d\mid 5x+2y$ and $d\mid 2x+y$. After some modular arithmetic I’ve found that $d\mid x$ And $d\mid y$. But what does that mean?
$$\begin{align}\gcd(5x+2y,2x+y)= &\gcd(3x+y,2x+y)\\ =&\gcd(x,2x+y)\\ =&\gcd(x+y,x)\\ =&\gcd(x,y).\end{align}$$
So, we get
$$\gcd(5x+2y,2x+y)=\gcd(x,y)$$
This implies, if $\gcd(x,y)=1$, then $\gcd(5x+2y,2x+y)=1.$