How can i find the remainder of 1316 - 225(1516) when divided by 37?
I have tried to verify if every factor is divisible by 37 (which isn´t), but I can´t figure a way to find the solution.
Answer
It turns out that 2 is a primitive root modulo 37 - that is, all the first 36 powers have a different remainder on division by 37.
k1234567891011121314151617182kmod
with the second half being the negated versions of the same, with 2^{36}\equiv 1\bmod 37.
Then 13^{16} - 2^{25}\cdot 15^{16} \equiv (2^{11})^{16} - 2^{25}(2^{13})^{16} \equiv 2^{176}-2^{233}\equiv 2^{32} - 2^{17}\bmod 37
No comments:
Post a Comment