Question:medium

The number of ways of distributing 5 identical things to 4 persons so that any person may get at most 5 things is:

Show Hint

When the upper limit constraint on a variable is greater than or equal to the total sum required, you can ignore the upper limit and treat it as a standard "non-negative integer solutions" problem.
Updated On: Jul 18, 2026
  • \( 84 \)
  • \( 56 \)
  • \( 14 \)
  • \( 126 \)
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0

Top Questions on permutations and combinations