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?