2 0 1 5 2 0 1 6 2 0 1 7
What is the remainder when the number above is divided by 11?
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.
For clarity, can you elaborate on this line?
… ≡ 6 2 0 1 7 ( m o d 1 0 ) ≡ 6 ( m o d 1 0 )
Challenge master note:
As 6 2 ≡ 6 ( m o d 1 0 ) we know that 6 k ≡ 6 ( m o d 1 0 ) .
Log in to reply
If I understand your comment correctly, what you're trying to imply is to prove it by induction. In that case, you should also show the inductive step to make the solution clearer:
6 k + 1 = 6 × 6 k ≡ 6 × 6 ≡ 3 6 ≡ 6 ( m o d 1 0 )
There's also a more direct approach to prove that claim using Fermat's Little Theorem as follows:
∀ k ∈ Z + , 6 k ≡ { ( 2 × 3 ) k ≡ 0 ( m o d 2 ) ( 5 + 1 ) k ≡ 1 k ≡ 1 ( m o d 5 )
1 m o d 5 implies that the remainder modulo 1 0 is either 1 or 6 . Since we also have 0 m o d 2 and 1 is odd, the remainder modulo 1 0 is obviously 6 .
∴ 6 k ≡ 6 ( m o d 1 0 ) ∀ k ∈ Z +
Log in to reply
I wasn't actually thinking inductively, but that approach is pretty much equivalent. I was thinking more along the lines of the period of 6 k in modulo 10 is 1, and therefore 6 1 ≡ 6 2 ≡ 6 3 . . . ≡ 6 k ( m o d 1 0 ) .
By the way, there's really no need to invoke totient function.
Fermat's Little Theorem works just fine. We have a 1 0 ≡ 1 ( m o d 1 1 ) for any integer a coprime to 1 1 since 1 1 is a prime.
Although, frankly speaking, there's not much difference between the two since Euler's Theorem is simply the generalization of Fermat's Little Theorem.
Problem Loading...
Note Loading...
Set Loading...
First, we simplify a little bit to get rid of 2 0 1 5 : 2 0 1 5 2 0 1 6 2 0 1 7 ≡ 2 2 0 1 6 2 0 1 7 ( m o d 1 1 ) Now, we need to find the period of 2 n ( m o d 1 1 ) . Since g cd ( 2 , 1 1 ) = 1 , we know that 2 ϕ ( 1 1 ) ≡ 1 ( m o d 1 1 ) . 1 1 is prime so ϕ ( 1 1 ) = 1 0 . We now need to find 2 0 1 6 2 0 1 7 ( m o d 1 0 ) : 2 0 1 6 2 0 1 7 ≡ 6 2 0 1 7 ( m o d 1 0 ) ≡ 6 ( m o d 1 0 ) Hence, 2 0 1 5 2 0 1 6 2 0 1 7 ≡ 2 6 ( m o d 1 1 ) which is just 9 .