What will be the digit at the unit place of the following: 4 1 2 7 8 3 2 9 ?
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.
Excellently written! +1. Here's another way to do it using modular arithmetic :
We know that 4 1 2 7 ≡ 7 ( m o d 1 0 ) and, 7 2 ≡ 9 ≡ − 1 ( m o d 1 0 ) , thus: 4 1 2 7 8 3 2 9 ≡ 7 8 3 2 9 ≡ ( 7 2 ) 4 1 6 4 × 7 ≡ 1 × 7 ≡ 7 ( m o d 1 0 )
Thus the remainder is 7 .
Log in to reply
oh! thank you sravanth. I didn't really know the modular arithmetic part. thanks for introducing it to me.
Problem Loading...
Note Loading...
Set Loading...
so this can be analysed as follows;
the base in the exponent given is 4127,right?
its clear that the digit at the units place of (4127)^1 is 7
further the digit at the units place of (4127)^2 is 9 (as units place will be the units place of 7X7=49 )
similarly the digit at the units place of (4127)^3 is 3
and the digit at the units place of (4127)^4 is 1
after the fourth power the digit at units place will repeat themselves in the order of 7 ,9,3,1,7,9,3,1 and so on you can cross check
so the units place digit repeats itself after 4 powers
hence we divide the power given i.e.8329 by 4 and the remainder will either be 1,2,3 or 4
if its 1 then units place will be 7
if its 2 then units place will be 9
if its 3 then units place will be 3
if its 4 then units place will be 1
as we inferred above.
this can be done with any power and any base you just have to find after how many powers the units place will start repeating. hope that helps ! :)