Find the remainder when divided by 10.
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.
23 ≡ 3 mod 10
23^5 ≡ 3^5 mod 10
3^5 = 9(27) = 270 - 27 = 243 = 240 + 3
Therefore,
23^5 ≡ 3 mod 10
Meaning that 23^5 divided by 10 will have remainder 3.
You could get the same answer using binomial (20+3)^5 , when expanded, every term will be divisible by 10 except the last one, namely 3^5 , which will have remainder 3 as shown above.