I was having some problem when trying to calculate for modular.
So I got 9 = (10+b) mod 23. What should I do to get the b?
Thanks in advanced!
I was having some problem when trying to calculate for modular.
So I got 9 = (10+b) mod 23. What should I do to get the b?
Thanks in advanced!
$$9=10+b\mod23\\-1=b\mod 23\\b=22+23k\\k\in\mathbb{Z}$$