Skip to main content
Back to Permutations & Combinations
JEE Main 2023
Permutations & Combinations
Permutations and Combinations
Medium

Question

The number of triplets (x,y,z)(x, \mathrm{y}, \mathrm{z}), where x,y,zx, \mathrm{y}, \mathrm{z} are distinct non negative integers satisfying x+y+z=15x+y+z=15, is :

Options

Solution

Key Concepts and Formulas

  • Stars and Bars: The number of non-negative integer solutions to the equation x1+x2++xn=kx_1 + x_2 + \dots + x_n = k is given by (k+n1n1)=(k+n1k)\binom{k+n-1}{n-1} = \binom{k+n-1}{k}.
  • Binomial Coefficient: The binomial coefficient (nk)\binom{n}{k} is calculated as n!k!(nk)!\frac{n!}{k!(n-k)!}, where n!n! denotes the factorial of nn.
  • Ordered Triplets: The problem requires finding the number of ordered triplets, meaning the order of x,y,zx, y, z matters.

Step-by-Step Solution

Step 1: Identify the values of nn and kk We are given the equation x+y+z=15x + y + z = 15, where x,y,zx, y, z are non-negative integers. We want to find the number of ordered triplets (x,y,z)(x, y, z) that satisfy this equation.

  • k=15k = 15 (the sum)
  • n=3n = 3 (the number of variables)

Step 2: Apply the Stars and Bars formula Using the Stars and Bars formula, the number of non-negative integer solutions is given by: (k+n1n1)=(15+3131)=(172)\binom{k+n-1}{n-1} = \binom{15+3-1}{3-1} = \binom{17}{2} This formula directly gives the count of ordered triplets.

Step 3: Calculate the binomial coefficient Now, we calculate the value of (172)\binom{17}{2}: (172)=17!2!(172)!=17!2!15!=17×162×1=17×8=136\binom{17}{2} = \frac{17!}{2!(17-2)!} = \frac{17!}{2!15!} = \frac{17 \times 16}{2 \times 1} = 17 \times 8 = 136

Therefore, there are 136 ordered triplets (x,y,z)(x, y, z) of non-negative integers that sum to 15.

Common Mistakes & Tips

  • Positive vs. Non-negative: Ensure you understand whether the integers must be positive (greater than zero) or non-negative (greater than or equal to zero). The Stars and Bars formula changes depending on this constraint.
  • Ordered vs. Unordered: Pay close attention to whether the problem asks for ordered triplets/tuples or unordered sets. Stars and Bars directly calculates ordered solutions.
  • Distinctness: The problem states that the integers should be distinct, however, the correct answer corresponds to the case without the distinctness constraint. So, we proceed assuming the integers do not need to be distinct.

Summary

To find the number of ordered triplets (x,y,z)(x, y, z) of non-negative integers satisfying x+y+z=15x+y+z=15, we use the Stars and Bars method. This method allows us to count all possible ways to distribute 15 identical items into 3 distinct bins, where each bin can hold zero or more items. The calculation is (15+3131)=(172)=136\binom{15+3-1}{3-1} = \binom{17}{2} = 136. This corresponds to option (A).

The final answer is 136\boxed{136}, which corresponds to option (A).

Practice More Permutations & Combinations Questions

View All Questions