-2

Let $a,b,c$ be integers such that $(a,b) = 1$, $c>0$. Prove that there is an integer $x$ such that $(a+bx,c) = 1$.

ViHdzP
  • 4,582
  • 2
  • 18
  • 44

1 Answers1

1

Let $p_1,p_2,\ldots$ be the prime factors of $c$. Take $x$ such that $$x\equiv\begin{cases} -\frac{a}{b} & p_i\nmid b \\ 0 & p_i\mid b\end{cases}\pmod{p_i}.$$ This is possible by the Chinese Remainder Theorem. It’s easy to see that this $x$ will satisfy the required condition.

Alternatively, take $x$ such that $a+bx$ is prime: this is possible by Dirichlet’s Theorem.

ViHdzP
  • 4,582
  • 2
  • 18
  • 44