Question:

The number of ways in which we can distribute n identical balls in k boxes is 

Updated On: Apr 8, 2025
  • \((n+k-1)C_{k-1}\)

  • \((n)C_{k-1}\)

  • \(^{(n-1)}C_{{k-1}}\)

  • \((n+k-1)C_{k}\)

  • \(nC_{k}\)

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Approach Solution - 1

Given: We need to distribute \( n \) identical balls into \( k \) distinct boxes.

The number of ways to distribute \( n \) identical items into \( k \) distinct boxes is given by the formula:

\[ \text{Number of ways} = \binom{n + k - 1}{k - 1} \]

This formula comes from the stars and bars theorem, where we represent the balls as stars and the dividers between boxes as bars. We need \( k - 1 \) bars to divide \( n \) stars into \( k \) groups.

Let's verify the options:

  • (A) \( \binom{n}{k} \) - Incorrect, this would be for choosing \( k \) balls out of \( n \) distinct balls
  • (B) \( \binom{n}{k-1} \) - Incorrect, similar issue as (A)
  • (C) \( \binom{n + k - 1}{k - 1} \) - Correct, matches our formula
  • (D) \( \binom{n - 1}{k - 1} \) - Incorrect, this would be for positive integer solutions
  • (E) \( \binom{n + k}{k} \) - Incorrect, this would be if we had \( k \) additional items

 

Therefore, the correct answer is (C) \( \binom{n + k - 1}{k - 1} \).

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The number of ways to distribute \( n \) identical balls into \( k \) distinct boxes is given by the stars and bars method. We have \( n \) identical balls (stars) and we want to divide them into \( k \) boxes. To do this, we need \( k-1 \) dividers (bars).

The number of ways to arrange \( n \) stars and \( k-1 \) bars is given by:

\[ \binom{n+k-1}{k-1} = \binom{n+k-1}{n} \]

Therefore, there are \( \binom{n+k-1}{k-1} \) ways to distribute \( n \) identical balls into \( k \) distinct boxes.

Was this answer helpful?
0
0

Concepts Used:

Permutations and Combinations

Permutation:

Permutation is the method or the act of arranging members of a set into an order or a sequence. 

  • In the process of rearranging the numbers, subsets of sets are created to determine all possible arrangement sequences of a single data point. 
  • A permutation is used in many events of daily life. It is used for a list of data where the data order matters.

Combination:

Combination is the method of forming subsets by selecting data from a larger set in a way that the selection order does not matter.

  • Combination refers to the combination of about n things taken k at a time without any repetition.
  • The combination is used for a group of data where the order of data does not matter.