I'm trying to solve an exercise from Niven I.M "An Introduction to Theory of Numbers" on page 106, problem 10. The problem wants you to find all the solutions to the congruence x12≡16(mod 17)
Here is my attempt;
First I found that 3 is a primitive root in (mod17), i.e 316≡1(mod 17).
This means that we can write 16≡38(mod 17). So we have x12≡38(mod 17)
Then multiplying the congruence by 316 we see that
x12≡324(mod 17)
We see that x=9 is a solution because 9=32.
To find the remaining solution I think we need to have x12≡38+16k(mod 17)
for k∈Z/17Z.
So we need 12|(8+16k).
However, I'm not sure about my last argument that 12|(8+16k). Is it right or wrong?
Any help is appreciated.
Answer
k would be in Z . You can Also note both 12 and 16k+8 divide by 4. This means, 3 would need to divide 4k+2. Using mod 3, we get k congruent to 1 mod 3. k=1 gives a cube root of 9. k=4 gives 15, k=7 gives 8, and k=10 gives 2. You intuition works, but your reduction could have gone further.
No comments:
Post a Comment