I have not encountered a problem like this before.I was thinking that there are 2 methods to solve this. 1. Assume $x+y=100$ and then prove that $\gcd(x,100-x)\neq 3$. 2. Assume that $\gcd(x,y)=3$, and then prove that $x+y$ can never equal $100$ for any $x,y\in R$. I would appreciate a little guidance on the initial setup. Thank you.
2026-03-27 18:28:03.1774636083
Prove there no integers $x,y$ such that $x+y=100$ and $\gcd(x,y)=3$
3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can use your second strategy. Indeed, if $3 = gcd(x,y)$ then $3$ divides both $x$ and $y$ and hence $3$ divides $x+y$.