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
0
votes
0 answers

using binomial coefficient to calculate the total stake of horse racing bets

I'm facing the following predicament: I can calculate the total stake by using the binomial coefficients to get the number of lines for any specific bet, for example if I had horses and a DBL: A B C D E 5! / 2!(5-2)! that would get me 10 lines for…
0
votes
2 answers

Why is nC2 the sum of naturals formula, why is this the case?

**a proof of why this is the sum of all naturals ** I’ve done the proof just wondering is there a proof that shows more intuitively why this ends up being gauss’s formula.
0
votes
0 answers

How to properly expand fractions in binomial?

How do I expand fractions in a binomial that take one of these three forms: $$(1)\binom{\frac{p}{q}}{n},(2)\binom{\frac{p}{q}}{\frac{z}{t}}, (3)\binom{n}{\frac{p}{q}}$$ When $t \ne 0, q \ne 0$. I've tried tried creating an example for…
me.limes
  • 393
0
votes
2 answers

Negative binomial with a rational power?

I didn't quite understand the expansion of, for instance $1 \over (1-x)^\alpha$, for $\alpha \in \mathbb Q$, for instance for $\alpha = {1\over 2}$ using the binomial coefficients. I know that for $\alpha \in \mathbb N$, ${1 \over…
ohad
  • 633
0
votes
1 answer

Binomial represented as polynomial operations

I was doing some plotting on wolfram alpha and the following binomial ${n/2-n/4} \choose {n/4-5}$ was represented as: $\frac{1}{480} ({\frac{n}{4}-4})({\frac{n}{4}-3})({\frac{n}{4}-2})({\frac{n}{4}-1})n$ I am curious if somebody can explain to me…
0
votes
3 answers

About the binomial sum?

I have two concerns regarding this: $$a_n=\sum_{k=0}^n \binom{n}{k}b_k$$ First, should I say that $a_n$ is the binomial transform of $b_n$. Second, how could I write $b_n$ in terms of $a_n$, sort of inversing this transform, if it is called so?
user948104
0
votes
1 answer

Why does binomial expansion specify raising a base to zero or one?

While reviewing the Wikipedia article surrounding Pascal's triangle, I came across the following: Pascal's triangle determines the coefficients which arise in binomial expansions. For example, consider the expansion: $(x + y)^2 =$ $x^2 + 2xy + y^2…
0
votes
0 answers

Defining a set of numbers that exhibit one of the properties of Binomial Coefficients

We know that a binomial coefficient is denoted as $$\binom{n}{k}$$ and the sum of binomial coefficients is denoted as \begin{equation} \sum_{k=0}^{n}\binom{n}{k} \tag{1} \end{equation} I think it is easy to understand…
0
votes
2 answers

Showing $\binom{n}{1}-2\binom{n}{2}+3\binom{n}{3}+\cdots+(-1)^{n-1}n\binom{n}{n}=0$

$$\binom{n}{1}-2\binom{n}{2}+3\binom{n}{3}+\cdots+(-1)^{n-1}n\binom{n}{n}=0$$ I tried solving this identity using this one: $$(n+1) \cdot C(n,k) = (k+1) \cdot C(n+1,k+1)$$ but I didn't get any far. Any hints for the solution would be appreciated…
0
votes
2 answers

Proving $\sum _{r=0}^{n}\binom{n+r}{r}=\binom{2n+1}{n}$ using Pascal's Triangle

I want to prove $$\sum _{r=0}^{n}\binom{n+r}{r}=\binom{2n+1}{n}$$ I have tried expanding the LHS and adding and substracting in order to force the Pascal's Triangle identity $\binom{\:n+1}{r+1\:}=\binom{\:n}{\:r}+\binom{n}{r+1}$. But this led…
user71207
  • 1,543
0
votes
1 answer

How to find coefficient of in a binomial expression

I have to find coefficient of $x^3$ in $(x + 1)^n + (x + 1)^{n - 1}(x + 2) + (x + 1)^{n - 2}(x + 2)^2 + \ldots + (x + 2)^n$ and I cannot get a starting point as to how to solve this.
Shiv
  • 155
0
votes
1 answer

How do I use the Binomial expansion with a negative expression that is not a real number

How would I go above proving that $\sum_{x=k}^\infty{x-1 \choose k-1}(qe^t)^{x-k}=(1-qe^t)^{-k}$ I can't seem to get the Binomial theorem in the correct format to easily see that these are equivalent
0
votes
2 answers

What's the meaning behind a coefficient of $x^r$ in case of $(1-x)^{-n}$? If we r not given any condition on x .

Like suppose we have to find coefficient of $x^n$ in the expansion of $[(1+x)^{3n+1}]\cdot (1-x)^{-2}$, why we assume the $|x|$ less than $1$ and expand that to get the coeffient, why not we divide that $(1+x)^{3n+1}$ polynomial from $(1-x)^2$ to…
user900638
0
votes
3 answers

Possible tricks to use for solving linear equation involving binomial coefficients

Consider these two linear equation: $$ 2a \binom{18}{j-1} - 4b \binom{18}{j} = \binom{18}{j-2}$$ True for $j=16,17$, find $a$ and $b$ This came up as part of a problem I was doing.. expanding everything out and doing it really ugly. Are there any…
0
votes
2 answers

Find $^{505}C_5-5\cdot{^{404}C_5}+10\cdot{^{303}C_5}-10\cdot{^{202}C_5}+5\cdot{^{101}C_5}-1$

Find the sum $$^{505}C_5-5\cdot{^{404}C_5}+10\cdot{^{303}C_5}-10\cdot{^{202}C_5}+5\cdot{^{101}C_5}-1$$ Critiques and other answers are always welcome!
DatBoi
  • 4,055