The a b c is a three-digit positive integer, so that both of a and b are bigger than 0 . We know that 2 7 is a divisor of a b c . What is the probality that the b c a number is also divisible by 2 7 ?
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.
b c a = 1 0 0 b + 1 0 c + a
1 0 ∗ a b c − 9 9 9 ∗ a = 1 0 0 0 a + 1 0 0 b + 1 0 c − 9 9 9 a = a + 1 0 0 b + 1 0 c = 1 0 0 b + 1 0 c + a
If a b c = 2 7 ∗ k , then
b c a = 1 0 ∗ a b c − 9 9 9 a = 2 7 ∗ ( 1 0 k − 3 7 a ) ,
so b c a is always divisible by 2 7 and the anserw is 1 .
Problem Loading...
Note Loading...
Set Loading...
The number abc satisfies 0 ≡ 10 0 ≡ 10 ( 100 a + 10b + c ) ≡ 100b + 10c + a ≡ bca (mod 27) such that bca is also divisible by 27. The simplification in step 4 holds true because 1000 = 999 + 1 ≡ 1 (mod 27) since 999 = 27 37.