Find the Number
Find the 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 right most digit is removed, the remaining number sould be divisible by 8.
c). If then again the right most digit is removed, the remaining number sould be divisible by 7.
d). Then by 6 and so on...... until the last remaining number of one digit should be divisible by 1.