Find the smallest non-negative integer a such that
2 1 9 9 3 ≡ a ( m o d 1 1 )
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.
Fermat's little theorem , Can u explain it..???
Log in to reply
{ p - prime g cd ( a , p ) = 1 ⟹ a p − 1 ≡ 1 ( m o d p )
we can get the result we got from fermat's little theorem by euler's totient function also.
Log in to reply
well, Euler's totient function is just a generalization of fermat's little theorem.
(2^10)^199 * 2^3/11=(1)^199 8/11=8/11=rem. 8 (as 11 93=1023 & 2^10=1024 so rem. is 1 and 1 power any thing is 1)
2 5 ≡ − 1 ( m o d 1 1 )
2 1 9 9 3 ≡ ( − 1 ) 3 9 8 × 2 3 ( m o d 1 1 )
So, least non negative a is 8
Problem Loading...
Note Loading...
Set Loading...
Fermat's little theorem says
2 1 0 ≡ 1 ( m o d 1 1 )
gives us
2 1 9 9 3 ≡ 2 3 ≡ 8 ( m o d 1 1 )
Hence the answer is 8