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.
What is the (-1)^11 for in the second step??
It's just a step of calculating
1 1 ≡ − 1 ( m o d 3 ) 1 1 1 1 ≡ ( − 1 ) 1 1 ≡ − 1 ≡ 2 ( m o d 3 )
Sorry if it's unnecessary... I'm new to modular arithmetic :)
1 1 1 1 1 1
applying fermat's little theorem,
a p − 1 ≡ 1 ( m o d p )
a 6 ≡ 1 ( m o d 7 )
Hence, a = 11 will work too.
1 1 6 ≡ 1 ( m o d 7 )
So, we may find 1 1 1 1 m o d 6
1 1 1 1 ≡ 5 ( m o d 6 )
1 1 6 q + 5 = ( 1 1 6 q ) ( 1 1 5 )
1 1 5 ≡ 2 ( m o d 7 ) [As 1 1 6 q ≡ 1 ( m o d 7 ) ]
The answer is 2 N=(11^11)^11 = [(7+4)^11]^11 = 7A + 4^11^11 = 7A + 4^11^11
we have: 4^0=1(mod7) 4^1=4(mod7) 4^2=2(mod7) 4^3=1(mod7) so 4^n=1(mod7) if n=3k and =4(mod7) if n=3k+1 and =2(mod7) if n=3k+2. now we have to write 11^11 as a modulo of number 3 11^0=1=1mod3 11^1=11=2mod3 11^2=121=1mod3 so 11^n=1mod3 if n is pair and =2mod3 if n is odd 11 is an odd number so 11^11=2mod3 then 4^11^11 = 2(mod7) because 11^11= 3K+2
That made me really tired
Problem Loading...
Note Loading...
Set Loading...
Note that 1 1 3 ≡ 1 ( m o d 7 )
1 1 1 1 ≡ ( − 1 ) 1 1 ≡ 2 ( m o d 3 ) ⟹ 1 1 1 1 = 3 n + 2
1 1 1 1 1 1 ≡ 1 1 3 n + 2 ≡ ( 1 1 3 ) n ⋅ 1 1 2 ≡ 1 n ⋅ 2 ≡ 2 ( m o d 7 )