0

I think I can use stars and bars here to find how many combinations of 4 non-negative integers sum to 15, but how do I then count the number of unacceptable cases- i.e. where one of the integers is greater than 9?

1 Answers1

1

Is $592$ correct?

Using $\binom{18}{3}$ for the total number of ways for four integers to sum to $15$ using stars and bars.

Then calculating $\binom{8}{3}$ for the number of ways if a digit is $10$ or more. Then subtracting $4$ lots of this, $1$ for each digit.