Find the last digit of given expression above.
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.
1 8 3 4 3 / 7 ⋅ 3 1 2 3 4 5 / 1 5 = 1 8 4 9 ⋅ 3 8 2 3 = 3 4 9 ⋅ 3 4 9 ⋅ 2 4 9 ⋅ 3 8 2 3 = 3 9 2 1 ⋅ 2 4 9
Now one thing to note is that every digit from 0 to 9 has a pattern of 4 digits when raised to an exponential power. So for 3, it is:
For 3 1 last digit = 3
For 3 2 last digit = 9
For 3 3 last digit = 7
For 3 4 last digit = 1
And for 2 it is:
For 2 1 last digit = 2
For 2 2 last digit = 4
For 2 3 last digit = 8
For 2 4 last digit = 6
So last digits of 3 9 2 1 and 2 4 9 (found by using mod) are 3 and 2. So since, 3 ⋅ 2 is 6 , the last digit is 6