Four digit numbers are formed using the digit 1,2,3,4(repetition not allowed) Find the number of such four digit numbers divisible by 11.
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.
We need to arrange numbers, such that sum of even placed digits - sum of odd placed digits = 11k or 0. So, only combination, 2+3 = 1+5 is possible. Thus we have to find the number of arrangements of 1243 such that even and odd digits don't change their relative positions. Thus, number of numbers divisible by 1 1 = 2 × 2 × 2 = 8