Divisibility Test III

Take any positive three digit number having distinct digits. Reverse the order of its digits to obtain a new number. Out of the two numbers, subtract the smaller number from the larger number. The number which you get after subtraction will always be divisible by

11 only Both 9 and 11 9 only None of the others

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.

3 solutions

Shabarish Ch
Mar 26, 2014

Let the digits of the number be a , b , c a, b, c , in that order. Then, the value of that number is 100 a + 10 b + c 100a + 10b +c . Notice that a a has been multiplied by 100 because it is in the hundreds place, b b has been multiplied by 10 because it is in the tens place and c c has been left as it is ( or multiplied by 1) because it is in the ones place.

When we reverse the order of digits, a a goes in ones place and c c goes in hundreds place but b b stays as it is. Now, the value of the number becomes 100 c + 10 b + a 100c + 10b + a . So, on subtraction we get,

( 100 a + 10 b + c ) ( 100 c + 10 b + a ) = 100 a a + 10 b 10 b + c 100 c = 99 a 99 c = 99 ( a c ) (100a + 10b + c) - (100c + 10b + a) = 100a - a + 10b - 10b + c - 100c = 99a - 99c = 99(a - c)

The number which we get after subtraction is a product of 99 and some natural number. So, it will always be divisible by 99, which in turn is divisible by both 9 and 11.

Archiet Dev
Apr 5, 2014

Don't make it a big deal take a no. of 3 distinct digits.That's all...

Juri Tr
Mar 27, 2014

123 321 321-123=198 198/11 198/9

But what if we take no 111 ,222,232,999,989 etc.

shivamani patil - 7 years, 2 months ago

Log in to reply

I forgot to add "having distinct digits". I will correct it now. Thanks for pointing out!!

Shabarish Ch - 7 years, 2 months ago

EXACTLY!!!!

A Former Brilliant Member - 7 years, 2 months ago

i have solved same as you have

Shubham Munjal - 7 years, 2 months ago

i dont get it even if they are palindromes(same backwards as frontwards i.e.999,343,etc) we will get 0 so whats the big deal 0 is also divisible by 9,11 and by any other no. for that fact. since 0 divided by any non 0 no. gives an integer that is 0

Soumava Pal - 6 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...