I have to find $u,v\in \mathbb Z$ such that $231u+45v=1$. By Euclide algorithm, \begin{align*} 231&=5\cdot 45+6\\ 45&=6\cdot 7+3\\ 7&=3\cdot 2+1 \end{align*} The first equation gives $$6=231-5\cdot 45.$$ We put this in the second equation, and we get $$45=(231-5\cdot 45)\cdot 7+3\implies 3=36\cdot 45-7\cdot 231.$$ Now I replace $3$ in the last equation, and obtain $$7=2\cdot (36\cdot 45-7\cdot 231)+1\implies 7-72\cdot 45+14\cdot 231=1,$$
but the 7 disturbs me, did I do my algorithm wrong ?
Hint:
$$\gcd(231;45)=3$$
Then $$3|231u+45v$$