Tuesday, January 19, 2016

elementary number theory - Find 211234pmod100equiv?



The I'm having trouble to do this only by hand (no software or calculator). I tried the following:



211234(mod 100)=211000212002120214(mod 100)41500411004115412(mod 100)



It's not reasonable to continue taking powers of 21, takes to long with pen and paper. Is there a more efficient way?



Yes I know about the Euler theorem and his totient function but please I don't want t use it, only elementary methods.


Answer



Does the binomial theorem count as an elementary method? If so, we can just do 211234(20+1)1234201234+(12341)201233+...+20(12341)+1(mod100). Then, if the exponent of 20 is greater than or equal to 2, it is divisible by 100, so we simply get 201234+181(mod100).



Otherwise, just break it down (mod4) and (mod25), and evaluate the first few terms, which should give you 1(mod4) and 6(mod25)81(mod100).


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...