Please tell me how to find the total number of intergral solutions of $a+b+c=n$ I already know that total number of solutions will be $(n+3−1)c(3−1)$.
but if value of $a$ and $b$ and $c$ is given then what will be the answer??
Please tell me how to find the total number of intergral solutions of $a+b+c=n$ I already know that total number of solutions will be $(n+3−1)c(3−1)$.
but if value of $a$ and $b$ and $c$ is given then what will be the answer??
I didn't understand. What means '$a,b,c$ are given' ? I have a solution of other problem:
A question: $n$ is given positive integers. $a, b, c$ are non-negative integers. What is number of $(a,b,c)$ triples of the solutions of the equation $a + b + c = n$
Solution: Let's solve $a+b+c=7$. A solution $a=2,b=4,c=1$. Now, we represent this solution with the symbol $oo/oooo/o$. There are two $/$ and seven $o$. Another solution $a=5,b=2,c=0$. We represent this solution with the symbol $ooooo/oo/$. Again, there are two $/$ and seven $o$. So conclude that there is a one to one corresponding between number of $(a,b,c)$ triples of the solutions of the equation $a + b + c = 7$ with repeated permutations of $ooooooo//$. This number is $\frac{9!}{7!.2!}$ or $C(9,2)$.
Generally, for $a + b + c = n$, number of $(a,b,c)$ triples of the solutions is $C(n-2,2)$
More generally, for $m$ varibles $ x_{1} + x_{2} + ... + x_{m} = n$, number of solutions on non-negative integrals is $C(n+m-1,m-1)$
combinatorial number
. – eccstartup Jul 12 '13 at 06:03