Question: Let $[c]_{37}$ be the multiplicative inverse of $[15]_{37}$, where c is natural number less that 37. What is c?
My attempt:
First I found the gcd of (15, 37),
37 = 2 . 15 + 7
15 = 2 . 7 + 1
7 = 1 . 7 + 0
So gcd (15, 37) = 1 (which shows there is an inverse), the calculation is 1 = 15 - 2 . 7, therefore the inverse of $[15]_{37}$ is $[-2]_{37}$, so for it to be a natural number less that 37 the element must be 35, so it's $[35]_{37}$
However I am told this is incorrect, c is not equal to 35, where did I go wrong?