For any integer $n$, show that $7n+1$ and $15n+1$ are relatively prime.
From the Euclidean Algorithm,\begin{align*} \gcd (15n+1,7n+1) & =1 \\ 15n+1 & =7n+1+8n. \end{align*}Hence,$$\gcd (15n+1,7n+1)=\gcd (7n+1,8n).$$To finish, I have to show the above expression equals one. Again by the Euclidean Algorithm,$$7n+1=q(8n)+r.$$If I keep going, I end up making it longer or most likely in an endless loop.