Find integers $a$, $b$, $c$, $d$ such that $30a + 42b + 70c + 105d = 11$, or prove that no such integers exist
I seem to be struggling greatly with this problem. I am unsure where to begin. There are so many variables I do not know how to prove whether this problem has integers that exist or not. Please help if you are able! Thanks so much!
For a systematic way to solve this we can use the result that, given two integers $x$ and $y$, there exist integers $a$ and $b$ such that $$ax+by=gcd(x,y)$$
where $gcd(x,y)$ is the greatest common divisor of $x$ and $y$.
Now, $gcd(42,30)=6$, $gcd(105,70)=35$ and $35-4*6=11$ so we should be able to use these.
Combining these we get $105-70 -4*(3*30-2*42)= 105- 70 - 12(30) + 8(42)=11$