While studying Affine Cipher in cryptography it tells that we need to solve a system of modulo congruence equations.
The equations are:
- $8\alpha+\beta\equiv 15 \pmod{26}$
- $5\alpha+\beta\equiv 16 \pmod{26}$
Could anyone tell how to solve these equations.
On subtraction, $$3\alpha\equiv-1\pmod{26}\equiv-1+2\cdot26$$
As $(3,26)=1,$ $$\alpha\equiv17\pmod{26}$$
and $$\beta\equiv15-8\alpha\pmod{26}\equiv?$$