Divisibility Test IV

A four digit number is the same if you read it forwards or backwards. The number is surely divisible by -

Details - The number 1234 read forwards is 1234 and read backwards is 4321.

11 9 2 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.

1 solution

Deepansh Mathur
Mar 30, 2014

Here the given number is a 4 digit palindrome . We can write it in the form a b b a abba

We can also write the number as 1000 a + 100 b + 10 b + a 1000a + 100b + 10b + a

1001 a + 110 b \Rightarrow 1001a + 110b

11 ( 91 a + 10 b ) \Rightarrow 11(91a + 10b)

11 k \Rightarrow 11k where k is an integer

Hence all the 4 digit palindromes are divisible by 11 11

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...