How will you find the number of positive integral solutions of $5x + 4y + 3z + 2m + k = 20 $ . I could find out by hit and trial but I want to get the general solutions to such equations. I tried to connect with dividing n ( which is 20 here ) to 15 groups where 5 groups are of same size but couldnt get any general solution. Please help me out.
2026-03-26 04:49:43.1774500583
Solution of this problem.
114 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
2x+3y=20
As y is positive $2x\leq17 \implies x\leq8.5$
Add x to both sides.
$3(x+y)=20+x$
We observe that $20+x$ is a multiple of $3$ so, the only possible values of $x$ are $1,4,$ and $ 7$.
Answer After edit: coefficient of $x^20$ in the following product gives the number of positive integral solutions
$(x^5+x^{10}+x^{15}+...)(x^4+x^8+x^{12}+...)(x^3+x^6+x^9+...)(x^2+x^4+x^8+...)(x+x^2+x^3+...)$
This expression can be simplified by using formula for summation of geometric series. $x^{15}\frac{1}{1-x^5}\frac{1}{1-x^4}\frac{1}{1-x^3}\frac{1}{1-x^2}\frac{1}{1-x}$
So, the required number is just the coefficient of $x^5$ in $\frac{1}{1-x^5}\frac{1}{1-x^4}\frac{1}{1-x^3}\frac{1}{1-x^2}\frac{1}{1-x}$
Which can we found by breaking this product into partial fractions and expanding each fraction.