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.
Powers of 9 follow a particular pattern. If the power be odd, then the unit's place digit of the result is 9 . If the power be even, then the unit's place digit of the result is 1 .
Since 8 7 is odd, the unit's place digit of 9 8 7 is 9 , and hence the unit's place digit of 9 8 7 + 1 is 0 .
So the number is divisible by 1 0 , and the correct answer is Yes .
9 ≡ − 1 (mod 10) x = 9 8 7 + 1 ≡ ( − 1 ) 8 7 + 1 ≡ − 1 + 1 ≡ 0 (mod 10) Therefore, it is divisible by 10.
x = (10-1)^87 + 1. Expanding quantity in parenthesis via the binomial theorem and factoring out a 10 from each term that has one, we find:
x = 10*(some integer) + (-1)^87 + 1.
Since 87 is odd, (-1)^87 = -1 so that x is divisible by 10.
Problem Loading...
Note Loading...
Set Loading...
Last digit of 9 8 7 = 9 8 7 ( m o d 2 ) = 9 1 = 9 Last digit of 9 8 7 + 1 ≡ 9 + 1 ( m o d 1 0 ) = 0 Last digit of 0 ⟹ Divisible by 10