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)1234≡201234+(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 20⋅1234+1≡81(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