Finding last two digits for a large exponentiation

  • Thread starter Thread starter Quadrat
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Quadrat
Messages
62
Reaction score
1

Homework Statement


Find the last two digits in ##12345^{6789}##

Homework Equations


I reckon solving ##12345^{6789} mod(100)## would give the last two digits.

The Attempt at a Solution


I know that any number that ends with a 5 raised to any positive integer will end with a 5. I also know that the ten digit before the five and the exponent affects the outcome. Both being odd results in 75 as the last two digits and all other odd/even combinations of the two will result in 25 being the last two digits. But I cannot find information or a derivation of why this is the case.

Can someone help me on how to solve this congruence and maybe explain why those rules actually apply? I know the answer but I want to be able to present it with solid mathematics rather than "I read it online".

Thanks
 
Physics news on Phys.org
Well I know that ##12345^2=25 (mod 100)## but I'm having trouble using this to get on with the calculations. I figure there's some easy trick since the exponent is such a ridiculously large number. How do I proceed (if my findings are meaningful that is)?