In Number of non-decreasing functions?,
I know that by adding a strictly increasing function(which in this case is n-1) to a non-decreasing function, we are creating another strictly increasing function. In this case range comes out to be {1..29}.
However, we can create an increasing function by adding any increasing function to a non-decreasing function. Why are we taking only n-1 in this case ?
For example, if we add 2n(which is also a strictly increasing function) to the non-decreasing function, the result is also a strictly increasing function. But in this case, range varies from {3...40}.So, the answer comes out to be $38 \choose 10$ which is not equal to $29 \choose 10$ ?
Where am I going wrong ?