@bs0409 said:Find a number consisting of 9 digits in which each of the digits from 1 to 9 appears only once. This number should satisfy the following requirements:a. The number should be divisible by 9.b. If the most right digit is removed, the remaining number should be divisible by 8.c. If then again the most right digit is removed, the remaining number should be divisible by 7.d. etc. until the last remaining number of one digit which should be divisible by 1.
i have a very long approach for this one....
let the number be abcdefghi
e has to be 5
so N becomes abcd5fghi as of now
we can also deduce that b,d,f and h are even while a,c,e,g and i are odd
also a+b+c = 3p form
and a+b+c+d+5+f = 3k form (since it is div by 6)
=> 3p+d+5+f = 3k
=> d+5+f = 3k
so (d,f) can be (2,8) or (6,4)
as of now our number is abc258ghi or abc654ghi
h is even and g is odd (for a number to be multiple of 8, we chk the last 2 digits)
gh can be 16,32,72 and 96
now we can say that b can be either 4 or 8 only
and a+b+c = 3k
possibilities are - 147,183,189,381,387,741,789,981 and 987
apply all the possibilities and divide the number with 7 (because I don't know the div rule for that, if any)
the number comes out to be 381654729...
Phew...what a scorcher....exam mein aayega toh kya badhiya normalize karega score ko agar sahi kar diya toh
@sails oh shit. Yes.