Hello smart mathematicians,
I am new to advanced maths so please do not judge.
I basically learnt some cool new math equation algorithm: Euclidean Algortihm.
Basically, I used it for the following example...
11a = 1 mod 60
Using Euclidean Algorithm:
60 = 5(11)+5
11 = 2(5)+1
But then what do I do after 11 = 2(5)+1
?
The answer to a
is 11 but then I am stuck as to why or where I am going wrong
Any help, greatly appreciated!!!!!