Find GCD of $28844$ and $-15712$. Find integers $a$ and $b$ such that $d= 28844a - 15712b$.
My attempt
$$\begin{align*} 28844&= -15712(-2) + (-2580)\\ -15712 &= -2580 (6) + (-232)\\ -2580 &= -232(11) + (-28)\\ -232 &= -28(8) + (-8)\\ -28 &= -8(3) + (-4)\\ -8 &= -4(2) + 0 \end{align*}$$
$$\begin{align*} 1 - (-2)(0) &= 1\\ 0 - (-2)(1) &= 2\\ 1- (-6)(2) &= 13\\ 2-(11)(13) &= -141 \end{align*}$$
$$\begin{align*} 0 - (-2)(1) &= 2\\ 1 - (-2)(2) &= 5\\ 2 - (-6)(5) &= 32\\ 5 - (11)(32) &= -347 \end{align*}$$ I think I do something wrong now. How to find a and b I don't know Please help.