RankLab
Back to Concepts
MathsMediumClass 11

Distribution Problems — Identical/distinct objects into boxes

Permutation & Combination

9

JEE Qs

8%

Hard

75

min

Identify the nature of objects (identical/distinct) and boxes (identical/distinct) first, then apply the appropriate method or formula, carefully considering all constraints.

🧮 Key Formulas

Number of ways to distribute n distinct objects into r distinct boxes = r^n
Number of ways to distribute n identical objects into r distinct boxes (empty boxes allowed) = (n+r-1) C (r-1) (Stars and Bars method)
Number of ways to distribute n identical objects into r distinct boxes (no empty boxes) = (n-1) C (r-1) (requires n >= r)

✅ Key Points for JEE

  • 1Carefully distinguish between identical and distinct objects, and identical and distinct boxes, as each combination requires a different approach.
  • 2For distributing identical objects into distinct boxes, the 'Stars and Bars' method is fundamental. Remember its two forms: (n+r-1) C (r-1) for empty boxes allowed, and (n-1) C (r-1) for no empty boxes.
  • 3When distributing distinct objects into distinct boxes, each object has 'r' independent choices, leading to r^n total ways.
  • 4Problems involving identical boxes (for either distinct or identical objects) are generally more complex, often requiring the use of Stirling Numbers of the Second Kind for distinct objects or Partition of an Integer for identical objects. These are frequently solved by enumeration or case analysis for small values in JEE.
  • 5Constraints like 'at least one object in each box' or 'maximum capacity' often require a combination of direct formulas with inclusion-exclusion principles or specific case work.

⚠️ Common Mistakes

  • Confusing identical objects/boxes with distinct objects/boxes, leading to incorrect formula application (e.g., using stars and bars for distinct objects).
  • Not correctly applying the 'no empty boxes' constraint, especially with stars and bars, or forgetting that (n-1) C (r-1) requires n >= r.
  • Errors in calculating combinations or permutations, particularly with factorials and binomial coefficients.

NCERT Chapters

  • Class 11 Maths Ch 7: Permutations and Combinations