What is the multiplicative inverse of 7 modulo 11?
Is this correct: $$7 = 11(0) +7$$ $$11 = 7(1) +4$$ $$7 = 4(1) +3$$ $$4 = 3(1) +1$$
We then take 3 equations:
- $$4 = 11 + 7(-1)$$
- $$3 = 7 + 4(-1)$$
- $$1 = 4 + 3(-1)$$
We then use the 3 equations and replace them in each other like so:
3 and 2 $$4+(7+4(-1))(-1) = 1$$ which gives us $$ (2)4+7(-1)=1$$ 1 and our equation above $$(2)(11+7(-1))+7(-1) =1$$ This will then simplify to: $$11(2)+7(-3)=1$$ We then can say (we know that $11-(-3)=14$) $$11(2)+7(14) = 1mod 11$$ And we know that $11(2)$ goes to 0 so: $$14=7^{-1}mod11$$