Prove that if $23 ∣ (3a + 5b + 7c)$, then $23 ∣ (14a + 8b + 2c)$.
My attempt: I am trying to use the fact that $$gcd(23,3)=gcd(23,5)=gcd(23,7) = 1,$$ but I don't know how to proceed from there.
Prove that if $23 ∣ (3a + 5b + 7c)$, then $23 ∣ (14a + 8b + 2c)$.
My attempt: I am trying to use the fact that $$gcd(23,3)=gcd(23,5)=gcd(23,7) = 1,$$ but I don't know how to proceed from there.
On
$15(14a+8b+2c)=210a+120b+30c$ and
$210=3$ mod $23$ since $23\times 9=207$
$120=5$ mod $23$ since $23\times 5=115$
$30=7$ mod $23$
This implies that $15(14a+8b+2c)=3a+5b+7c$ mod $23$ since $15$ is invertible mod $23$.
On
Using row reduction mod $23$ we get $$ \pmatrix{ 3 & 5 & 7 \\ 14 & 8& 2 } \to \pmatrix{ 3 & 5 & 7 \\ 0 & 0 & 0 } $$ Therefore, $(14,8,2)$ is a non-zero multiple of $(3,5,7)$ mod $23$ and the claim follows. Actually, the converse of the claim also follows.
Hint: $\bmod 23\!:\,\ \color{#c00}{14}a\!+\!8b\! +\!2c\,\equiv \color{#0a0}{{-}3}\,(\color{#c00}3a\!+\!5b\!+\!7c)\equiv -3(0)\equiv 0$
Scale factor $\,\color{#0a0}{-3}\,$ comes from $\ \color{#c00}{14/3}\equiv -9/3\equiv -3$