0

If an integer $a$ is coprime with an integer $b$, then will the integer $a$ also be coprime with the integer $9a + b$ ?

Hamou
  • 6,745
greese
  • 1

2 Answers2

4

If $1=ma+nb$, then $1=(m-9n)a+n(9a+b)$.

Kim Jong Un
  • 14,794
  • 1
  • 24
  • 49
  • See http://en.wikipedia.org/wiki/B%C3%A9zout%27s_identity for context. – blue Aug 27 '14 at 00:46
  • Using Bezout here is a overkill, since it can be done simply by divisibility. Indeed, it is true in any ring (not only rings satisfying Bezout's identity). – Bill Dubuque Aug 27 '14 at 01:01
0

Hint $\ $ The linear map $\,(a,b)\to (a,9a\!+\!b)\,$ has det $=\color{#c00}1,\ $ hence $\ \gcd(a,9a\!+\!b)\mid \color{#c00}1\cdot \gcd(a,b)$

Bill Dubuque
  • 272,048