IntegerSolution Basic

Problem - 4134

Find the number of non-negative integer solutions to the following equation: $$x_1+x_2+\cdots+x_5=14$$


Answer     3060

This is a basic pattern and the answer is $$\binom{14+5-1}{5-1}=\boxed{3060}$$

report an error