Permutation and tenths place

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


The answer is 3.

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

Richard Desper
Feb 25, 2020

As said previously, a b c d e abcde is a multiple of 11 iff a b + c d + e a - b + c - d + e is itself a multiple of 11 11 .

Now with { a , b , c , d , e } = { 1 , 3 , 4 , 5 , 6 } \{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 ) = 19 2 ( b + d ) a - b + c - d + e = a + b + c + d + e - 2(b + d) = 19 - 2(b+d) .

Also, 4 b + d 11 4 \leq b + d \leq 11 . But 2 ( b + d ) = 8 m o d 11 2(b+d) = 8 \mod 11 , which implies b + d = 4 m o d 11 b + d = 4 \mod 11 . These two constraints force b + d = 4 b+d = 4 , i.e. { b , d } = { 1 , 3 } \{b,d\} = \{1,3\}

We seek to minimize the number a b c d e abcde , and this forces the pair b , d b,d and the three numbers a , c , e a,c,e to be (separately) placed in ascending order. I.e. a b c d e = 41536 abcde = 41536 .

Joshua Lowrance
Feb 25, 2020

When a number a b c d e abcde is divisible by 11 11 , it has the property that e d + c b + a e-d+c-b+a is also divisible by 11 11 .

1 ± 3 ± 4 ± 5 ± 6 1 \pm 3 \pm 4 \pm 5 \pm 6 always has odd parity, so therefore it must add to 11 11 or 11 -11 (it cannot reach to 33 33 or 33 -33 ). The only way that this can happen is if we have 4 + 5 + 6 1 3 = 11 4+5+6-1-3=11 . Finally, to make the number the smallest, we arrange the numbers to get 41536 41536 .

Srinivasa Gopal
Feb 25, 2020

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

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...