What is the last digit of 3 2 0 0 4 ?
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.
nicely explained.
Does this apply for all numbers?
But 3^7 ends with 7 but it's highest divisor is 1 only.
You should mention the power(0) in your explanation. (Of course, it is 1).
3 2 0 0 4 ≡ ( 3 4 ) 5 0 1 ≡ 1 5 0 1 ≡ 1 ( m o d 1 0 )
We can use the Euler Totient function to find the expression ( m o d 1 0 ) because g c d ( 3 , 1 0 ) = 1 :
ϕ ( 1 0 ) = 1 0 × ( 1 − 2 1 ) × ( 1 − 5 1 ) = 4
3 2 0 0 4 ≡ 3 2 0 0 4 ( m o d 4 ) ≡ 3 0 ≡ 1 ( m o d 1 0 )
There will be an infinite pattern when you always (x3) : 3,9,7,1,3,9,... (last digit). Knowing that 3 4 and 3 8 will have the last digit 1 , 3^2004 will also have the last digit 1. (Multiples of 4)
2 0 0 4 ≡ 0 ( m o d 4 ) → 3 2 0 0 4 = 3 0 = 1 .
3 1 ≡ 3 ( m o d 1 0 ) 3 2 ≡ 9 ( m o d 1 0 ) 3 3 ≡ 7 ( m o d 1 0 ) 3 4 ≡ 1 ( m o d 1 0 )
3 2 0 0 4 ≡ ( 3 4 ) 5 0 1 ( m o d 1 0 ) 3 2 0 0 4 ≡ 1 5 0 1 ( m o d 1 0 ) 3 2 0 0 4 ≡ 1 ( m o d 1 0 )
So, the last digit is 1 .
Problem Loading...
Note Loading...
Set Loading...
Power Last digit 1 3 2 9 3 7 4 1 5 3 6 9 7 7 8 1
On observing the above data.
For, 3 n , and n’s divisors ∈ 1 , 2 , 3 , 4 If highest divisor of n is 1, 3 n , ends with 3 If highest divisor of n is 2, 3 n , ends with 9 If highest divisor of n is 3, 3 n , ends with 7 If highest divisor of n is 4, 3 n , ends with 1 ∴ 3 2 0 0 4 ends with 1, as 4 is the highest divisor of n, where divisor of n ∈ 1 , 2 , 3 , 4