You are given a number
N with the property that every next digit of
N is greater than the previous digit (so second digit from the left is greater than the first digit, and third digit is greater than the second and so on). Now multiply
N by 9. What is the sum of the digits of the resulting number?