• edited by
3,888 views
0 0 votes
Equation: $x+y=10$ and we are asked to find out the number of a non-negative integral solution of this equation.

3 Answers

Best answer
3 3 votes
We just need to find coefficient of $x^{10}$ in the expression $\frac{1}{(1-x)^2}$ which can be written as $\sum_{r=0}^{\infty}\binom{n+r-1}{r}x^r$

                                                                          Here $n=2$    $\Rightarrow\sum_{r=0}^{\infty}\binom{r+1}{r} x^r$

To have co-efficient of $x$ as $10$, we need r to be $10$     $=\binom{10+1}{10}=\binom{11}{10}=11$
• selected by
2 2 votes

$1 )\ $Brute Force method :


$=\color{Blue}{\text{(X,Y)}}  \ (0,10)  \ (1,9) \ (2,8) \ (3,7) \ (4,6) \ (5,5) \ (6,4) \ (7,3) \ (8,2) \ (9,1) \ (10,0) \\ =\color{Red}{11}  \text{ Pairs}$

$2 )\ $Function method :

  • Looking above values both X and Y can have values in range $(0-10)$.

$\rightarrow \ [x^{10}]$ $(1+x+x^{2}+x^{3}....+x^{10})(1+x+x^{2}+x^{3}....+x^{10})$

$\rightarrow \ [x^{10}]$ $(1+x+x^{2}+x^{3}....+x^{10})^{2}$

$\rightarrow \ [x^{10}]$ $\Large\frac{(1-x^{11})^2}{(1-x)^2}$

$\rightarrow \ [x^{10}]$ $(1+x^{22}-2x^{11})(1-x)^{-2}$

$\rightarrow[x^{10}]$ $\Large{(^{10+2-1}_{ \  \ \  \  \ 10})}$

$\rightarrow$ $\Large(^{11}_{10})$

$\rightarrow\color{Blue}{11.}$

1 1 vote

This may help. 

Position:
Show:

Related questions

0 0 votes
0 0 answers
502
502 views
codingo1234 asked Dec 10, 2018
502 views
Difference between getting closed form of generating function and closed form of the given sequence ,pls someone explain with an example
1 1 vote
1 answers 1 answer
1.0k
1.0k views
Lakshman Bhaiya asked Feb 24, 2018
1,032 views
Please give me clarification
3 3 votes
4 answers 4 answers
2.3k
2.3k views
srestha asked Mar 8, 2019
2,278 views
The generating function of the sequence $\left \{ a_{0},a_{1},a_{2}..........a_{n}………...\infty \right \}$where $a_{n}=\left ( n+2 \right )\left ( n+1 \right ).3^{n}$ is$a...
0 0 votes
1 1 answer
1.0k
1.0k views