The question was:
- Find $n$ where $GCD(a_{n}, 14) = 7$ where $n$ is natural if you knew that $a_{n} = n + 3$
The book solved it by saying that means $a_{n}$ is a multiple of $7$ but not $14$ so $a_{n} = 7a$ and by putting it in the equation
$GCD(7a, 14) = 7$ means $GCD(a,2) = 1$ which means $a = 2k + 1$ and by putting it in $a_{n}$ we find that n = 14a + 4$
The first, I understand that because if it was a multiple of 14 then we would take $14$ as the $GCD$ not $7$
What I didn't understand is that what putting $a_{n} = 7a$ has anything to do with not being a multiple of 14? 14 can be written as $7(2)$ which means $a_{n}$ can be clearly a multiple of 14 too.
\gcd
for $\gcd$, or, if you really want to use capital letters, use\operatorname{GCD}
for $\operatorname{GCD}$, though this is less common. – DMcMor Feb 02 '21 at 20:21