Show that if positive integers $a$ and $b$ are relatively prime, then every integer $c > ab$ has the form $ax + by = c$, where $x$ and $y$ are non-negative integers.
According to the common way of solving such a Diophantine equation $ax + by = c$, if $x_0$, $y_0$ is already a solution, then the pairs are also a solution: $$ x = x_0 + \frac{bn}{d}, y = y_0 - \frac{an}{d},\quad (n\in Z) $$ where $d$ is the greatest common divisor of $a$ and $b$.
However, although a pattern of periodicity is known, it is still not certain there are definite chances that $x$ and $y$ can be both positive.