A five digit number N has all digits different and contains digits 1,3,4,5, and 6 only. If N is the smallest possible number such that it is divisible by 11, then what is the tens place digit of N.
Question from CAT 2019 examination for selection to the Indian Institutes of Management
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.
When a number a b c d e is divisible by 1 1 , it has the property that e − d + c − b + a is also divisible by 1 1 .
1 ± 3 ± 4 ± 5 ± 6 always has odd parity, so therefore it must add to 1 1 or − 1 1 (it cannot reach to 3 3 or − 3 3 ). The only way that this can happen is if we have 4 + 5 + 6 − 1 − 3 = 1 1 . Finally, to make the number the smallest, we arrange the numbers to get 4 1 5 3 6 .
If abcde is the five digit number then as it is divisible by 11 (a+c+e) - (b+d) = 0 , 11 or -11. So ( a+c+e ) = 15 and (b+d) = 4 . As abcde is the smallest as well then (a = 4, c =5, e = 6) and (b = 1 , d = 3). Tenths place = 3
Problem Loading...
Note Loading...
Set Loading...
As said previously, a b c d e is a multiple of 11 iff a − b + c − d + e is itself a multiple of 1 1 .
Now with { a , b , c , d , e } = { 1 , 3 , 4 , 5 , 6 } , we see that a − b + c − d + e = a + b + c + d + e − 2 ( b + d ) = 1 9 − 2 ( b + d ) .
Also, 4 ≤ b + d ≤ 1 1 . But 2 ( b + d ) = 8 m o d 1 1 , which implies b + d = 4 m o d 1 1 . These two constraints force b + d = 4 , i.e. { b , d } = { 1 , 3 }
We seek to minimize the number a b c d e , and this forces the pair b , d and the three numbers a , c , e to be (separately) placed in ascending order. I.e. a b c d e = 4 1 5 3 6 .