

InterviewSolution
Saved Bookmarks
1. |
Find the number of non-negative integral solutions of the equation `x+y+z=10.` |
Answer» Here the number of solutions is equivalent to number of ways 10 identical objects can be distributed among three persons if empty groups are allowed that is `.^(10+3-1)C_(3-1)= .^(12)C_(2)=66`. | |