How to simplify this binomial coefficients?
$begingroup$
For $a, b, r, n in mathbb N$ :
I have to simplify
$$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}$$
I tried by using factorials but it seemed more complicated
binomial-coefficients
$endgroup$
add a comment |
$begingroup$
For $a, b, r, n in mathbb N$ :
I have to simplify
$$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}$$
I tried by using factorials but it seemed more complicated
binomial-coefficients
$endgroup$
add a comment |
$begingroup$
For $a, b, r, n in mathbb N$ :
I have to simplify
$$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}$$
I tried by using factorials but it seemed more complicated
binomial-coefficients
$endgroup$
For $a, b, r, n in mathbb N$ :
I have to simplify
$$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}$$
I tried by using factorials but it seemed more complicated
binomial-coefficients
binomial-coefficients
asked Dec 24 '18 at 9:57
LamethysteLamethyste
424
424
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Hint:
Use that, by definition, $dbinom nk$ is the coefficients of $x^k$ in the expansion of $(1+x)^n$. So here, consider the expansion of each side in the equality and compare the coefficients of $x^r$:
$$(1+x)^a(1+x)^b=(1+x)^{a+b}.$$
$endgroup$
$begingroup$
thank you I'm going to try
$endgroup$
– Lamethyste
Dec 24 '18 at 10:10
$begingroup$
@Lamethyste: I've added a detail to the hint.
$endgroup$
– Bernard
Dec 24 '18 at 10:14
$begingroup$
$(1+X)^r=(1+X)^{a+b}$, so $$sum_{k = 0}^{r}binom {r}kX^k=sum_{k = 0}^{r}(sum_{i = 0}^{k}binom {a}ibinom {b}{k-i})X^k$$ So for k=r :$binom {r}rX^r$=$sum_{i = 0}^{r}binom {a}rbinom {b}{r-i}X^r$, knowing that $binom {r}r=1$ $$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}=1$$
$endgroup$
– Lamethyste
Dec 24 '18 at 10:33
1
$begingroup$
I didn't suggest to expand $(1+x)^r$ but to calculate the coefficient of $x^r$ in both sides (which ultimately use the expansion of $(1+x)^{a+b}$). Anyway, a sum of binomial coefficients can't be equal to $1$, unless there is only one term, equal to $1$.
$endgroup$
– Bernard
Dec 24 '18 at 11:03
$begingroup$
sorry I could not answer you, but i think that I found something better, thank you for your help
$endgroup$
– Lamethyste
Dec 31 '18 at 18:10
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3051106%2fhow-to-simplify-this-binomial-coefficients%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Hint:
Use that, by definition, $dbinom nk$ is the coefficients of $x^k$ in the expansion of $(1+x)^n$. So here, consider the expansion of each side in the equality and compare the coefficients of $x^r$:
$$(1+x)^a(1+x)^b=(1+x)^{a+b}.$$
$endgroup$
$begingroup$
thank you I'm going to try
$endgroup$
– Lamethyste
Dec 24 '18 at 10:10
$begingroup$
@Lamethyste: I've added a detail to the hint.
$endgroup$
– Bernard
Dec 24 '18 at 10:14
$begingroup$
$(1+X)^r=(1+X)^{a+b}$, so $$sum_{k = 0}^{r}binom {r}kX^k=sum_{k = 0}^{r}(sum_{i = 0}^{k}binom {a}ibinom {b}{k-i})X^k$$ So for k=r :$binom {r}rX^r$=$sum_{i = 0}^{r}binom {a}rbinom {b}{r-i}X^r$, knowing that $binom {r}r=1$ $$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}=1$$
$endgroup$
– Lamethyste
Dec 24 '18 at 10:33
1
$begingroup$
I didn't suggest to expand $(1+x)^r$ but to calculate the coefficient of $x^r$ in both sides (which ultimately use the expansion of $(1+x)^{a+b}$). Anyway, a sum of binomial coefficients can't be equal to $1$, unless there is only one term, equal to $1$.
$endgroup$
– Bernard
Dec 24 '18 at 11:03
$begingroup$
sorry I could not answer you, but i think that I found something better, thank you for your help
$endgroup$
– Lamethyste
Dec 31 '18 at 18:10
|
show 1 more comment
$begingroup$
Hint:
Use that, by definition, $dbinom nk$ is the coefficients of $x^k$ in the expansion of $(1+x)^n$. So here, consider the expansion of each side in the equality and compare the coefficients of $x^r$:
$$(1+x)^a(1+x)^b=(1+x)^{a+b}.$$
$endgroup$
$begingroup$
thank you I'm going to try
$endgroup$
– Lamethyste
Dec 24 '18 at 10:10
$begingroup$
@Lamethyste: I've added a detail to the hint.
$endgroup$
– Bernard
Dec 24 '18 at 10:14
$begingroup$
$(1+X)^r=(1+X)^{a+b}$, so $$sum_{k = 0}^{r}binom {r}kX^k=sum_{k = 0}^{r}(sum_{i = 0}^{k}binom {a}ibinom {b}{k-i})X^k$$ So for k=r :$binom {r}rX^r$=$sum_{i = 0}^{r}binom {a}rbinom {b}{r-i}X^r$, knowing that $binom {r}r=1$ $$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}=1$$
$endgroup$
– Lamethyste
Dec 24 '18 at 10:33
1
$begingroup$
I didn't suggest to expand $(1+x)^r$ but to calculate the coefficient of $x^r$ in both sides (which ultimately use the expansion of $(1+x)^{a+b}$). Anyway, a sum of binomial coefficients can't be equal to $1$, unless there is only one term, equal to $1$.
$endgroup$
– Bernard
Dec 24 '18 at 11:03
$begingroup$
sorry I could not answer you, but i think that I found something better, thank you for your help
$endgroup$
– Lamethyste
Dec 31 '18 at 18:10
|
show 1 more comment
$begingroup$
Hint:
Use that, by definition, $dbinom nk$ is the coefficients of $x^k$ in the expansion of $(1+x)^n$. So here, consider the expansion of each side in the equality and compare the coefficients of $x^r$:
$$(1+x)^a(1+x)^b=(1+x)^{a+b}.$$
$endgroup$
Hint:
Use that, by definition, $dbinom nk$ is the coefficients of $x^k$ in the expansion of $(1+x)^n$. So here, consider the expansion of each side in the equality and compare the coefficients of $x^r$:
$$(1+x)^a(1+x)^b=(1+x)^{a+b}.$$
edited Dec 24 '18 at 10:13
answered Dec 24 '18 at 10:07
BernardBernard
125k743118
125k743118
$begingroup$
thank you I'm going to try
$endgroup$
– Lamethyste
Dec 24 '18 at 10:10
$begingroup$
@Lamethyste: I've added a detail to the hint.
$endgroup$
– Bernard
Dec 24 '18 at 10:14
$begingroup$
$(1+X)^r=(1+X)^{a+b}$, so $$sum_{k = 0}^{r}binom {r}kX^k=sum_{k = 0}^{r}(sum_{i = 0}^{k}binom {a}ibinom {b}{k-i})X^k$$ So for k=r :$binom {r}rX^r$=$sum_{i = 0}^{r}binom {a}rbinom {b}{r-i}X^r$, knowing that $binom {r}r=1$ $$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}=1$$
$endgroup$
– Lamethyste
Dec 24 '18 at 10:33
1
$begingroup$
I didn't suggest to expand $(1+x)^r$ but to calculate the coefficient of $x^r$ in both sides (which ultimately use the expansion of $(1+x)^{a+b}$). Anyway, a sum of binomial coefficients can't be equal to $1$, unless there is only one term, equal to $1$.
$endgroup$
– Bernard
Dec 24 '18 at 11:03
$begingroup$
sorry I could not answer you, but i think that I found something better, thank you for your help
$endgroup$
– Lamethyste
Dec 31 '18 at 18:10
|
show 1 more comment
$begingroup$
thank you I'm going to try
$endgroup$
– Lamethyste
Dec 24 '18 at 10:10
$begingroup$
@Lamethyste: I've added a detail to the hint.
$endgroup$
– Bernard
Dec 24 '18 at 10:14
$begingroup$
$(1+X)^r=(1+X)^{a+b}$, so $$sum_{k = 0}^{r}binom {r}kX^k=sum_{k = 0}^{r}(sum_{i = 0}^{k}binom {a}ibinom {b}{k-i})X^k$$ So for k=r :$binom {r}rX^r$=$sum_{i = 0}^{r}binom {a}rbinom {b}{r-i}X^r$, knowing that $binom {r}r=1$ $$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}=1$$
$endgroup$
– Lamethyste
Dec 24 '18 at 10:33
1
$begingroup$
I didn't suggest to expand $(1+x)^r$ but to calculate the coefficient of $x^r$ in both sides (which ultimately use the expansion of $(1+x)^{a+b}$). Anyway, a sum of binomial coefficients can't be equal to $1$, unless there is only one term, equal to $1$.
$endgroup$
– Bernard
Dec 24 '18 at 11:03
$begingroup$
sorry I could not answer you, but i think that I found something better, thank you for your help
$endgroup$
– Lamethyste
Dec 31 '18 at 18:10
$begingroup$
thank you I'm going to try
$endgroup$
– Lamethyste
Dec 24 '18 at 10:10
$begingroup$
thank you I'm going to try
$endgroup$
– Lamethyste
Dec 24 '18 at 10:10
$begingroup$
@Lamethyste: I've added a detail to the hint.
$endgroup$
– Bernard
Dec 24 '18 at 10:14
$begingroup$
@Lamethyste: I've added a detail to the hint.
$endgroup$
– Bernard
Dec 24 '18 at 10:14
$begingroup$
$(1+X)^r=(1+X)^{a+b}$, so $$sum_{k = 0}^{r}binom {r}kX^k=sum_{k = 0}^{r}(sum_{i = 0}^{k}binom {a}ibinom {b}{k-i})X^k$$ So for k=r :$binom {r}rX^r$=$sum_{i = 0}^{r}binom {a}rbinom {b}{r-i}X^r$, knowing that $binom {r}r=1$ $$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}=1$$
$endgroup$
– Lamethyste
Dec 24 '18 at 10:33
$begingroup$
$(1+X)^r=(1+X)^{a+b}$, so $$sum_{k = 0}^{r}binom {r}kX^k=sum_{k = 0}^{r}(sum_{i = 0}^{k}binom {a}ibinom {b}{k-i})X^k$$ So for k=r :$binom {r}rX^r$=$sum_{i = 0}^{r}binom {a}rbinom {b}{r-i}X^r$, knowing that $binom {r}r=1$ $$sum_{k = 0}^{r}binom {a}kbinom {b}{r-k}=1$$
$endgroup$
– Lamethyste
Dec 24 '18 at 10:33
1
1
$begingroup$
I didn't suggest to expand $(1+x)^r$ but to calculate the coefficient of $x^r$ in both sides (which ultimately use the expansion of $(1+x)^{a+b}$). Anyway, a sum of binomial coefficients can't be equal to $1$, unless there is only one term, equal to $1$.
$endgroup$
– Bernard
Dec 24 '18 at 11:03
$begingroup$
I didn't suggest to expand $(1+x)^r$ but to calculate the coefficient of $x^r$ in both sides (which ultimately use the expansion of $(1+x)^{a+b}$). Anyway, a sum of binomial coefficients can't be equal to $1$, unless there is only one term, equal to $1$.
$endgroup$
– Bernard
Dec 24 '18 at 11:03
$begingroup$
sorry I could not answer you, but i think that I found something better, thank you for your help
$endgroup$
– Lamethyste
Dec 31 '18 at 18:10
$begingroup$
sorry I could not answer you, but i think that I found something better, thank you for your help
$endgroup$
– Lamethyste
Dec 31 '18 at 18:10
|
show 1 more comment
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3051106%2fhow-to-simplify-this-binomial-coefficients%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown