5 digit no. with non decreasing order is same as selecting five digit and after selection we can arrange that 5 digit only in one way.
if repetition is allowed then it is same as x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 = 5
where 0 <=xi <=5 . It is the case of 5 indistinguishable objects into 9 distinguishable boxes. $\binom{n+r-1}{r} = \binom{9+5-1}{5}$