What is the remainder when (3^18132 )is divided by 17?
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.
cant it be done without coding????
Log in to reply
Yes, with Euler's Theorem. 3 and 17 are coprime so it can be applied.
ϕ ( 1 7 ) = 1 6 , because 17 is a prime number.
3 1 8 1 3 2 = 3 1 6 ⋅ 1 1 3 3 + 4 = ( 3 1 6 ) 1 1 3 3 3 4 ≡ 3 4 ( m o d 1 7 )
And now 3 4 ≡ 1 3 ( m o d 1 7 )
Problem Loading...
Note Loading...
Set Loading...
Python code:
(3**18132)%17