Big Division Remainder

What is the remainder when 7 88 {7}^{88} is divided by 11 ? 11?


The answer is 9.

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.

4 solutions

Eli Ross Staff
Oct 11, 2015

According to Fermat's Little Theorem , a p 1 1 a^{p-1}-1 is always an integer multiple of p , p, i.e. a p 1 1 ( m o d p ) . a^{p-1} \equiv 1 \pmod{p}. By applying Fermat's little theorem, we know that 7 10 1 ( m o d 11 ) . {7}^{10} \equiv 1 \pmod{11}. Hence, we have 7 88 ( 7 10 ) 8 7 8 7 8 49 4 5 4 625 9 ( m o d 11 ) . {7}^{88} \equiv ({7}^{10})^{8} \cdot {7}^8 \equiv {7}^8 \equiv {49}^4 \equiv {5}^4 \equiv 625 \equiv 9 \pmod{11}. Therefore, the remainder of 7 88 {7}^{88} upon division by 11 11 is 9. 9.

What is the meaning of mod ? Also Can you explain thoroughly how you got the remainder as 9?

Jai Singhal - 4 years, 9 months ago

Log in to reply

You can check out the wiki on mods . Once you've understood that basic concept, read about Fermat's Little Theorem, and hopefully the solution will make sense.

Eli Ross Staff - 4 years, 9 months ago
Vu Vincent
Jul 12, 2017

It's known that:

7 3 2 ( m o d 11 ) 7^3 \equiv 2 \quad (mod \quad 11)

7 2 5 ( m o d 11 ) 7^2 \equiv 5 \quad (mod \quad 11)

This gives:

7 2 7 3 = 7 5 10 1 ( m o d 11 ) 7^2 \cdot 7^3 = 7^5 \equiv 10 \equiv -1 \quad (mod \quad 11)

7 88 7^{88} can be written as: ( 7 5 ) 17 7 3 (7^5)^{17} \cdot 7^3

Take modulo 11:

( 7 5 ) 17 7 3 ( 1 ) 17 2 2 9 ( m o d 11 ) (7^5)^{17} \cdot 7^3 \equiv (-1)^{17} \cdot 2 \equiv -2 \equiv \boxed{9} \quad (mod \quad 11)

Ezio de Mauro
Nov 8, 2016

Without remembering Fermat's Little Theorem, and without jumping straight to the result with an arbitrary precision calculator, I tried to spot a pattern in:

  • 7^0 % 11 = 1
  • 7^1 % 11 = 7
  • 7^2 % 11 = 5
  • 7^3 % 11 = 2
  • 7^4 % 11 = 3
  • 7^5 % 11 = 10
  • 7^6 % 11 = 4
  • 7^7 % 11 = 6
  • 7^8 % 11 = 9
  • 7^9 % 11 = 8
  • 7^10 % 11 = 1
  • 7^11 % 11 = 7

where a % b represents the remainder of a divided by b.

Turns out that the repeating pattern seems 1, 7, 5, 2, 3, 10, 4, 6, 9, 8 (I didn't verify it mathematically) and then it becomes trivial to extrapolate what 7^88 will be.

You can prove this pattern using the fact that 7 10 1 ( m o d 11 ) 7^{10}\equiv 1\pmod{11} so it must cycle.

Vikram Sarkar - 10 months, 3 weeks ago
Carsten Meyer
May 8, 2020

Notice that gcd ( 7 ; 11 ) = 1 \gcd(7;\:11)=1 , so we may use Euler's Theorem . We also note 7 ( 3 ) 1 m o d 11 7\cdot (\red{-3})\equiv 1\mod 11 : Euler’s Theorem: 7 10 1 m o d 11 7 88 7 90 ( 3 ) 2 1 9 ( 3 ) 2 9 m o d 11 \begin{aligned} \text{Euler's Theorem:}&&7^{10}&\equiv 1\mod 11&&&\Rightarrow&&&&7^{88}\equiv7^{90}\cdot (\red{-3})^2\equiv 1^9\cdot (-3)^2\equiv\boxed{9}\mod 11 \end{aligned}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...