Questions tagged [binomial-coefficients]

For questions involving the coefficients involved in the binomial theorem. $ \binom{n}{k}$ counts the subsets of size $k$ of a set of size $n$.

The binomial coefficient $\binom{n}{k}$ can be defined in several equivalent ways for $n$ and $k$ non-negative integers:

  1. The number of subsets of size $k$ of a set of size $n$.
  2. Element $k$ of row $n$ in Pascal's triangle (counting the first element or row as $0$).
  3. $\dfrac{n!}{k!(n-k)!}$
  4. The coefficient of $x^k$ in $(1+x)^n$.

The binomial theorem says that $$(x+y)^n=\sum_{k=0}^n\binom{n}{k}x^{n-k}y^k$$ using the convention that $0^0=1$.

Binomial coefficients can be extended for arbitrary complex $\alpha$ through the formula: $$\binom{\alpha}{k}=\frac{\alpha(\alpha-1)(\alpha-2)\dots(\alpha-k+1)}{k(k-1)(k-2)\dots1}$$

7695 questions
1
vote
1 answer

Polynomial coefficient with binomial

Please help me with Problem 9. I think that the problem has to be written in terms of binomial theorem positive or negative. Question: Let $f(x) = x^n + a_{n-1}x^{n-1}+\ldots +a_0$ be a polynomial with integer coefficients and whose degree is…
1
vote
2 answers

How to prove this result on binomial coefficients?

Question: If $(1+x)^n=\binom{n}{0}+\binom{n}{1}x+\binom{n}{2}x^2+\dotsm+\binom{n}{n}x^n$, prove that $\binom{n}{1}-2\binom{n}{2}+3\binom{n}{3}-\dotsm+(-1)^{n-1}n\binom{n}{n}=0$ My attempt: I wrote the expression for $\binom{n}{k}$ for each term in…
MrAP
  • 3,003
1
vote
1 answer

About binomial coefficient

I have a problem in the calculation above. Still haven't learned how to use the LaTex language so I uploaded it this way. I reached to a wrong answer, just tell me please what's wrong with my way of thinking or the steps I've taken.
user316849
1
vote
1 answer

How to prove the Generalised Binomial Theorem?

Reference: https://en.wikibooks.org/wiki/Advanced_Calculus/Newton%27s_general_binomial_theorem. ${\displaystyle (x+1)^{r}=\sum _{k=0}^{\infty }{\binom {r}{k}}x^{k}}$ At the end of the proof, the author says that the right hand side of the equation…
qpzm
  • 141
1
vote
1 answer

While finding sum of binomial coefficients,why or how can we change index of Σ?

Like here, how and why did we change it? When can we change this, when can’t we change the index cause I know it matters? I have seen many examples now and have no source of information regarding this
1
vote
1 answer

Binomial coefficients with non positive integer coefficients

I am told to find the value for the following binomial coefficients: $\binom{-1/3}{3}$ and $\binom{-5}{3}$ but i cant find the answer. Any help will be appreciated
1
vote
1 answer

Binomial coefficient equality

QUESTION: \begin{equation*} \dbinom{n+m+1}{n}=\sum_{k=0}^n \dbinom{r+k}{k} \dbinom{m+n-r-k}{n-k} \end{equation*} where $n, m, r \geq 0$ I tried proving using binomial coefficient formula $\big[\dbinom{n}{k}=\frac{n!}{k!(n-k)!}\big]$, but dont think…
1
vote
0 answers

A sum involving binomial coefficients 2

Find the sum of following series $\sum_{k=0}^{n}k\binom{2n+1}{k}$. I don't know about correct answer but here's what I did : $$ \sum_{k=0}^{n}k\binom{2n+1}{k}=\sum_{k=0}^{n}k\frac{2n+1}{k}\binom{2n}{k-1}=(2n+1)\sum_{k=0}^{n}\binom{2n}{k-1}. $$…
1
vote
1 answer

Binomial expansion of complex variable

For the binomial expansion $ (1+x)^n = p_0 + p_1x+p_2x^2+...,$ where $p_i$ refer to the binomial coefficients. Need to substitute the cube roots of unity (1, w, $w^2$) for the variable x; with w = $\dfrac{-1+i\sqrt{3}}{ 2},$ find the…
jiten
  • 4,524
1
vote
1 answer

Weighted sum of Binomial coefficients

I have an interesting problem. I have the sequence $c_i$ which is completely monotone. And in addition, $\sum_{i=0}^{n} c_i=1$. However, we know that $\sum_{i=0}^{n}\binom{n}{i}(-1)^i=0$. Can anybody give me an explicit formula for…
1
vote
1 answer

Any closed formula for this summation involving binomial coefficients?

I am stuck with writing a closed formula for the following summation: $$\sum_{i=0}^{n-m} (-1)^i {m \choose i} {n-m \choose i}^2$$ I would appreciate any help.
1
vote
1 answer

General formula for subtraction of binomial coefficients

I was playing around with the concept of subtraction of binomial expresions such as $\binom{n+k}{2}-\binom{n}{2}$, $\binom{n+k}{3}-\binom{n}{3}$, etc... I was wondering if there was a known general formula for the expression…
1
vote
2 answers

Can someone help me with real life application of the Multinomial Coefficient?

I have been studying the Multinomial Coefficient theorem for some time now. But I don't get how one can apply it in real life aside being used for making of selections and the number of times rearrangements of items can be made. I am very interested…
K. Gid
  • 11
1
vote
3 answers

Coefficient of $x^5$ in binomial expansion.

We have to find coefficient of $x^5$ in the expansion of $$(1+5x)^5 +(1+5x)^6 +\cdots+(1+5x)^{19}$$ My try from first expansion I get $(^5 _5)5^5$ from second $(^6 _5)5^5$ . but from this I can prove the answer as $(^{20}_{14})5^5$
Koolman
  • 2,898
1
vote
1 answer

Binomial Coefficients proof

I tried various methods, but I don't know how to proceed further, because I am fairly new to this chapter. Please hep!