Let $m,n$ be relatively prime positive integers. Prove that there exist positive integers $p,q$ such that $pm = qn+1$.
We know Bézout's identity that there exist integers $p,q$ such that $pm+qn = 1$, but how do we know we can get positive integers $p,q$ with $pm = qn+1$?
Clearly $p$ and $q$ cannot both be negative in your Bézout equation. Also note that you can "shuffle" around things.
If $(p',q')$ is a solution of the Bézout equation then so is $(p'+n, q'-m)$. In this way you can make sure you have a solution $(p'',q'') $ where the coefficient $q''$ of $n$ in the Bézout identity is negative (and the other is positive).
Now, just move the $q''n$ to the other side to get $p''m = -q''n +1$, where $p''$ is positive and $q''$ negative, so $-q''$ positive.