Find the last digit of 2 0 1 2 2 0 0 9 + 2 0 0 9 2 0 1 2
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.
This solution is not clear. You did not explain why the transition of connection from 2 0 1 2 2 0 0 9 to 2 9 nor was it actually practical to calculate or remember that 2 9 = 5 1 2 .
Since we're considering the last digit, we should apply A B m o d 1 0 = A B m o d 4 m o d 1 0 . Consider modulo 1 0 :
2 0 1 2 2 0 0 9 ≡ 2 2 0 0 9 ≡ 2 2 0 0 9 m o d 4 = 2 1 = 2
2 0 0 9 2 0 1 2 ≡ ( − 1 ) 2 0 1 2 ≡ ( − 1 ) even number = 1
Add them up: 2 + 1 = 3
P(10) = 10(1 - 1/2)(1 - 1/5) = 4
2012^2009 = (10k + 2)^(4k + 1) = 2^1= 2
2009^2012 = (10k +9)^(4k ) = 9^0 = 1
The remainder when dividing by 10 = 2 + 1 = 3
Then the last digit = 3
This solution is not clear. You did not properly define P ( x ) as the Euler totient function. Nor did you used the correct variables: 2 0 1 2 2 0 0 9 = ( 1 0 k + 2 ) 4 k + 1 , you didn't clarify that k is an integer or not, and it suggests that 2 0 1 2 = 1 0 k + 2 and 2 0 0 9 = 4 k + 1 at the same time, which is absurd. This applies for the other exponent.
excuse me,sir, what does k stand for?
any real number
to find the last digit divide the power by 4 then reminders can be 1,2,3 or 0 then if the reminder is 1 then last digit =x^1 if the reminder is 2 then last digit=x^2 similar for 3 but when reminder is 0 ,last digit=x^4 now, in question 2012^2009 by applying our trick we have to divide 2009 by 4 so reminder=1.therefore,last digit=2^1 that is=2 2009^2012, for this we have to divide 2012 by 4 so reminder will be 0.therefore last digit=9^4 that is =1. by adding 1 and 3 we got answer=3
This solution is unclear. You did not explain why you need to divide the power by 4 , nor did you clarify that you're looking for the remainder upon division by 4 .
Problem Loading...
Note Loading...
Set Loading...
Find the last digit. 2012^2009 ==> 2^9 = 512, last digit of this is 2. 2009^2012==> 9^2 = 81, last digit of this is 1. 2012^2009 + 2009^2012 | 2 + 1 = 3
Number 2 and 9 are coming from the last digits of 2012 and 2009. To find the last digit number, we must use all the last digit.