Using the Euclidean algorithm, find $\mathrm{hcf}(86, 100)$, and use this to find integers $s, t$ such that $\mathrm{hcf}(86, 100) = 86 · s + 100 · t$.
I have that the HCF is 2 but have forgotten what to do to find $s$ and $t$, any help would be appreciated.
We will use the Euclidean Algorithm to find $\gcd(86, 100)$. We have:
$$\gcd(86, 100)$$ $$\gcd(86, 100 - 86)$$ $$\gcd(86 - 6(100 - 86), 100 - 86) = \gcd(7(86) - 6(100), 100 - 86)$$ $$\gcd(7(86) - 6(100), (100 - 86) -6(7(86) - 6(100))) =\gcd(7(86) - 6(100), 37(100) - 43(86))$$
Note that $7(86) - 6(100) = 37(100) - 43(86) = 2$. Thus:
$$\boxed{\gcd(86, 100) = 2, (s, t) = (7, -6)}$$