I worked on this problem several times, but for some reason, I can't seem to get it. Here is the problem:
$$6x + 15y + 10z = 53$$
These are my attempts:
Let $w = 3y + 2z$. So our equations are: $6x + 5w = 53\ (1)$ and $ 3y + 2z = w\ (2)$. For $(1)$, after using the Euclidean Algorithm, I got $x = 53 + 5n$ and $w = -53 - 6n$. Now substituting into $(2)$, we get $3y + 2z = -53 -6n$. This is where I'm stuck.
Let $w = 2x + 5y$. So our equations are: $2x + 5y = w\ (1)$ and $ 3w + 10z = 53\ (2)$. For $(2)$, after using the Euclidean Algorithm, I got $w = -159 + 10n$ and $w = 53 - 3n$. Now substituting into $(1)$, we get $2x + 5y = -159 +10n$. Again, I'm stuck!
Also, are we allowed to have rational solutions? Any help is greatly appreciated. Thank you in advance!
$x=-2,y=1,z=5$ gives $6(-2) + 15(1) + 10(5) = 53$, by inspection. I'm trying to think of the general rule.