I want to show that the diophantine equation does only have the trivial solution $x=y=0$. Since $\text{gcd}(73,-137)=1|0$ this is solveable. So
\begin{align} 137&= 1\cdot73+64\\ 73 &= 1\cdot64+9\\ 64 &= 9\cdot7+1\\ 7 &= 1\cdot7+0 \end{align}
So,
\begin{align} 0&=7-7\cdot1=7-7(64-9\cdot7)=7-7\cdot64+49\cdot9=7-7(137-73)+49(73-64)\\ &=7-56\cdot137+105\cdot73. \end{align}
But this is not in the correct form, the $7$ at the start bothers me and I cant get rid of it without ruining my $137$ or $73$.
How can I fix this?