We know that any Diophantine equation of the form $ax + by = c$ has either no solutions, or infinite solutions of the form:
$$x = x_0 + n\frac{b}{(a, b)}$$ $$y = y_0 - n\frac{a}{(a, b)}$$
Where $n$ is any integer, $(x_0, y_0)$ is one solution, and $(a, b)=\gcd(a, b)$.
I use this to attempt to answer the question to the best of my abilities, but I get stuck at one part:
By inspection, we can see that $8(2) + 5(-3) = 1$, and so $8(2c) + 5(-3c) = c$. Using the above equations, we find that:
$$x=2c + 5n$$ $$y=-3c - 8n$$
Knowing that both of these values will be above zero, we can set:
$$x >0$$ $$2c + 5n >0$$ $$n > \frac{-2c}{5}$$
And:
$$y>0$$ $$-3c-8n>0$$ $$n<\frac{-3c}{8}$$
Thus, $\frac{-2c}{5}<n<\frac{-3c}{8}$ will yield positive solutions. However, we only want one positive solution. Here's where I get stuck.
Am I able to simply say $\frac{-2c}{5}+1 =\frac{-3c}{8}$? Because it may be that the difference is slightly more than $1$, and so the value of $c$ would differ; $\frac{-2c}{5} $isn't necessarily an integer. Moreover, when I do attempt to say $\frac{-2c}{5}+1 =\frac{-3c}{8}$ anyways, I finish with $-16 < n < -15$, which leaves no answer for $n$ as an integer.
I would appreciate any help.