For as defined above, find the remainder , when is divided by . Submit .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We need to find ( f ( 2 3 ) − f ( 1 1 ) ) m o d 1 0 0 = f ( 2 3 ) m o d 1 0 0 − f ( 1 1 ) m o d 1 0 0 . Let us consider f ( 2 3 ) and f ( 1 1 ) separately.
Since g cd ( 2 3 , 1 0 0 ) = 1 , we can use Euler's theorem and Carmichael's lambda function λ ( ⋅ ) . Note that λ ( 1 0 0 ) = 2 0 and λ ( 2 0 ) = 4 .
f ( 2 3 ) ≡ 2 3 2 3 2 3 2 3 2 3 m o d 4 m o d 2 0 (mod 100) ≡ 2 3 2 3 ( 2 4 − 1 ) 2 3 2 3 m o d 4 m o d 2 0 (mod 100) ≡ 2 3 2 3 3 m o d 2 0 (mod 100) ≡ 2 3 ( 2 0 + 3 ) 3 m o d 2 0 (mod 100) ≡ 2 3 7 (mod 100) ≡ 2 3 2 ( 2 0 + 3 ) 5 (mod 100) ≡ 5 2 9 ( 3 5 ) (mod 100) ≡ 2 9 ( 2 4 3 ) (mod 100) ≡ 4 7 (mod 100)
Let n = 1 1 1 1 1 1 1 1 . Then
f ( 1 1 ) ≡ 1 1 n (mod 100) ≡ ( 1 0 + 1 ) n (mod 100) ≡ ( 1 0 n + 1 0 n − 1 + ⋯ + 2 1 0 0 n ( n − 1 ) + 1 0 n + 1 ) (mod 100) ≡ ( 0 + 0 + ⋯ + 0 + 1 0 n + 1 ) (mod 100) ≡ 1 0 + 1 ≡ 1 1 (mod 100) Note that n ends with 1
Therefore f ( 2 3 ) − f ( 1 1 ) ≡ 4 7 − 1 1 ≡ 3 6 (mod 100) ⟹ N = 3 6 = 6 .