Find the number of triplets of non-negative integer solutions to the inequality X + Y + Z < 2 4 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Can you please give a Easier Way!
Did the exact same!
Why would it be 2600 solutions? It has said non negative but what about decimals? I am extremely confused. I thought that there would be infinite solutions.
Let's define each subproblem S P ( n ) as follows:
"Find the number of non-negative solutions of the equation X + Y + Z = n ."
Solving one subproblem with the aid of stars and bars method : S P ( n ) = ( 2 n + 2 ) .
Now, solving the main problem, the answer is: 0 ∑ 2 3 S P ( i ) = 0 ∑ 2 3 ( 2 i + 2 ) = ( 2 2 ) + ( 2 3 ) + . . . + ( 2 2 4 ) + ( 2 2 5 ) .
Actually, using the Hockey-Stick Identity in Pascal's Triangle, we can make it easier to calculate, which gives us: 0 ∑ 2 3 ( 2 i + 2 ) = ( 3 2 6 ) .
So finally, the answer is ( 3 2 6 ) = 2 6 0 0 .
Problem Loading...
Note Loading...
Set Loading...
We can solve equation X+Y+Z+W= 23
So no of solution = 26C3