Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
+5
2517
2
avatar+1836 

Find the units digit of $3^{777}$.

 Jul 13, 2015

Best Answer 

 #2
avatar+26396 
+11

 Find the units digit of 3777 or 3777=x(mod10) 

 

1.  gcd(10,3)=1|gcd=greatest common divisor2.  φ(10)=4|φ=Euler functionφ(10)=10(112)(115)3.  aφ(n)1(modn)|Eulers Theorem,  if gcd(a,n)=1  341(mod10)|n=10a=33777(mod10)34194+1(mod10)341943(mod10)(34)1943(mod10)(34=1(mod10))1943(mod10)11943(mod10)3(mod10)the Units digit of 3777 is 3 

 

.
 Jul 14, 2015
 #1
avatar+33654 
+10

When looking for the units digit of 3n, look at the value of mod(n,4).  When this is 0, the units digit is 1, when it is 1 the units digit is 3, when it is 2 the units digit is 9, when it is 3 the units digit is 7.

 

mod(777,4) = 1, so the units digit of 3777 is 3.

 

.

 Jul 14, 2015
 #2
avatar+26396 
+11
Best Answer

 Find the units digit of 3777 or 3777=x(mod10) 

 

1.  gcd(10,3)=1|gcd=greatest common divisor2.  φ(10)=4|φ=Euler functionφ(10)=10(112)(115)3.  aφ(n)1(modn)|Eulers Theorem,  if gcd(a,n)=1  341(mod10)|n=10a=33777(mod10)34194+1(mod10)341943(mod10)(34)1943(mod10)(34=1(mod10))1943(mod10)11943(mod10)3(mod10)the Units digit of 3777 is 3 

 

heureka Jul 14, 2015

1 Online Users