Our instructor has given us this problem:
If $ax + by = 8$, what is $\operatorname{gcd}(a, b)$?
I'm confused. Is it not just $8$? Since, say, $\operatorname{gcd}(a, b) = n$, so there must exist some $x, y$ such that $n= ax + by$.
Do I need to prove that?