"Find the multiplicative inverse $(\overline {47})^{-1}$ in $\mathbb{Z}_{53}$"
My attempt so far is to use the Euclidean algorithm to establish that (-1/6)(47) + (1/6)(53) = 1
However I'm not exactly sure how this relates to the multiplicative inverse.
Would the multiplicative inverse simply be (-1/6)?
If you apply the Euclidean correctly, you'll have two integers $a$ and $b$ so that $$a\cdot 47 + b\cdot 53 =1.$$ What does this equation tell you if you interpret it mod $53$?