What is the Remainder When \(121^{103}\) is Divided by 101?

  • Topic:
  • Thread starter Thread starter maxkor
  • Start date Start date
  • Tags Tags
    Division Remainder
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 3K views
maxkor
Messages
79
Reaction score
0
What is the remainder of the division number $121^{103}$ by 101
 
Mathematics news on Phys.org
maxkor said:
What is the remainder of the division number $121^{103}$ by 101

Hi maxkor,

Fermat's little theorem states that if $$p$$ is a prime number, then for any integer $$a$$, the number $$a^p − a$$ is an integer multiple of $$p$$. In the notation of modular arithmetic, this is expressed as

$$ a^p \equiv a \pmod p. $$

Therefore, we have that

$$ 121^{101}\; \equiv \;121\; \equiv \;20\; (mod \;101) $$
$$ 121\; \equiv \;20\; (mod \;101) $$
$$ 121^{2}\; \equiv \;20^{2} \;\equiv\; 400 \;\equiv \;97 \;(mod \; 101) $$
$$ 121^{103}\; \equiv \;121^{2}\; \cdot\; 121^{101}\; \equiv \;97 \;\cdot \;20\; \equiv \;1940\; \equiv \;21\; (mod \;101) $$

The remainder of the division number $$ 121^{103} $$ by $$ 101 $$ is $$ 21 $$
 
Last edited: