Question
Question: The number of ordered triplets of positive integers which are solutions of the equation \(x + y + z ...
The number of ordered triplets of positive integers which are solutions of the equation x+y+z=100 is?
1)6005
2)4851
3)5081
4)None of these
Solution
First, to solve the given question we will make use of the partition method which says that the number of ways of dividing the nidentical objects into rdistinct groups where each group can get any number of objects.
Here the groups are 3because we have three unknown variables and the things we will need to distribute are 100(we need to put a hundred things into the three groups or boxes).
Formula used:
The General combination formula is ncr=r!(n−r)!n!
Each group gets at least one object in the combination formula is n+r−1Cr−1, where r is the distinct groups and n is the objects that are given.
Complete step by step answer:
The question asks us the find the values of (x,y,z)such that their sum is 100
We can say that we have to divide 100into three groups (x,y,z)each group at least one object.
From the given we have, x+y+z=100
We cannot use the partition method because (x,y,z)are given as the natural numbers, the groups can also get 0things.
Thus, we will do some changes in the equation as x=a+1,y=b+1,z=c+1(positive integers)
Then we get the original equation as a+b+c+3=100⇒a+b+c=97
Here, (a,b,c)are whole numbers. thus, we can apply the partition method now.
Now we have 97things into 3groups.
Hence the total ways are, n+r−1Cr−1=97+3−1C3−1⇒99C2
From the combination general formula we get,99C2=2!(99−2)!99! (by the use of combination formula)
Further solving this we get, 99C2=2!(99−2)!99!⇒2!97!99!⇒2!97!99×98×97!
99C2=2!97!99×98×97!⇒2!99×98(Cancelling the common terms)
99C2=299×98
Thus, we bet, 99C2=299×98⇒4851is the required number of ordered triplets of positive integers.
Hence option 2)4851is correct.
Note: We can also able to solve the problem without converting it into the whole number as n+r−1Cr−1=100+3−1C3−1⇒102C2⇒5151
Now apply the variables to zero one by one we get;
For x=0then we get, the total number of ways is 100
For y=0 then we get, the total number of ways is 100
For z=0 then we get, the total number of ways is 100
Required number of ways = total numbers – variables zero terms.
Thus, we get, the required number of ways = 5151−(100+100+100)
Hence, we get the required number of ways =4851
Factorial can be expressed in the form of n!=n×(n−1)!×...×2×1