Solve the equation below:
$19x+29y=1000$
My try:
$19x=1000-29y \rightarrow x=\frac {1000-29y}{19} , x \in N \rightarrow 1000-29y\equiv 0\pmod {19} \rightarrow 29y\equiv 1000\pmod{19} \rightarrow 10y\equiv 1000\pmod{19} \rightarrow y\equiv 100\pmod{19} \rightarrow y\equiv 5\pmod{19} \rightarrow y-5=19k \rightarrow y=19k+5$
Also from the first equation we can conclude that:
$29y\le 1000 \rightarrow y\le 34$
From the equation $y=19k+5$ and the inequality above, we conclude that $19k+5\le 34 \rightarrow k=1 $
For $k=1$ :
$y=19+5=24 \rightarrow x=16$ which is a correct answer
So I've found an answer but I wanted to know if there's any other answer or any point or anything (!) I might have missed.Thanks in advance.
EDIT:
Guys I'm so sorry but I forgot to say that $x,y \in N$.
Diophantine Equation implies solutions in integers, not necessarily positive
$$19x+29y=1000=100(29-19)\iff 19(x+100)=29(100-y)$$
$$\iff \frac{29(100-y)}{19}=x+100$$ which must be an integer
$$\implies19|29(100-y)\iff19|(100-y)\text{ as }(19,29)=1$$
$$\implies y\equiv100\pmod{19}\equiv5$$
Similarly, $$x+100\equiv0\pmod{29}\iff x\equiv-100\equiv16\pmod{29}$$