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
2 answers

Binomial expansuin

$\sum_{r=0}^n {nCr} (-1/2)^{3r} {4}^{n+r} = -240$ then $n$ is equal to My attempt I rearranged the formulae to $\sum_{r=0}^n {n\choose r} (-1)^r {2}^{2n-r} $ and then converted this into binomial expansion but I am getting the whole expansion to…
0
votes
2 answers

Could someone please explain the steps to solve an equation like this?

Honestly, I have no idea if I put the correct tag on this question, and I don't even know where to begin to solve an equation like this: $$ f(d,n)=\sum_{i=1}^n\binom{d}{i}. $$ Could someone explain what the "d" over the "i" inside the parenthesis…
aecend
  • 103
0
votes
1 answer

The proof Pascal's triangle

In my book has the follow : For all $n \in\mathbb{N^*}$ and $ i \in\mathbb{N}$ with $0 \le i \le n$. We have this: $$\binom{n}{i} + \binom{n}{i+1} = \binom{n+1}{i+1}$$ For $i = n$, the book said is easy to proof, after I have asked in here, I…
0
votes
1 answer

Comparing Coefficients?

I was going through a past paper for my exams when I saw this question. I don't recall ever learning it but I saw a video with a similar question. Can anyone help me out here? I know I am supposed to compare the coefficients but how do I know which…
0
votes
1 answer

Binomial Expansion of $x^n$ coefficient

Given $$(1-\frac{x}{10})^{-3}=1+\frac{3}{10}x+\frac{3}{50}x^2+\frac{1}{100}x^3+\frac{3}{2000}x^4+\cdots$$ Show that the coefficient of $x^n$ in the expansion of $(1-\frac{x}{10})^{-3}$ is $\frac{1}{2}(n+1)(n+2)\frac{1}{10^n}$. After evaluating a…
Inquirer
  • 825
0
votes
1 answer

Pascal’s triangle proof

Prove using the binomial theorem that alternately adding and subtracting elements across a row of Pascal’s triangle always results in zero. I need help constituting a proof. I am able to show this works for specific cases and by substituting…
Lil
  • 2,529
0
votes
1 answer

Divisibility of binomial coefficient

Let $p$ be a prime number and $q\in \{1,\dots,p-1\}$. Prove that $\tbinom{2p-q-1}{p-q} \equiv 0\pmod {p}$ However, I have no idea how to prove this. Would be thankful for solution.
RFZ
  • 16,814
0
votes
1 answer

evaluating remainders by using binomial

I am finding the remainder when $6^{88}$ is divided by $19$ , I applied Little theorem and obtained $9$, which is correct. My question is, can this be solved by using binomial theorem? I am not getting how to approach this.
0
votes
2 answers

In the expansion of $(ax+b)^{2000}$, where a and b are relativel prime integers, the coefficients of $x^2$ and $x^3$ are equal. What is (a, b)?

I think I would use the binomial theorem here, but how would I make those two coefficients equal if they are not middle terms?
Gerard L.
  • 2,536
0
votes
3 answers

How to evaluate $\sum_{ i}\sum_{ j}\sum_{ k}\sum_{ l} 2 \ \ where \ \ 1\le i \le j \le k \le l\le n $?

Any hint on how to tackle these types of problem? $$\sum_{ i}\sum_{ j}\sum_{ k}\sum_{ l} 2 \ \ where \ \ 1\le i \le j \le k \le l\le n $$
User
  • 2,938
0
votes
3 answers

Simplifying $\binom{n-k}{k} + \binom{n-k-1}{k-1}$

I am trying to find the formula for the number $g(n,k)$ which is the number of $k$-subsets of $[n]$ where no two elements are consecutive numbers in $[n]$ arranged in a circle. I derived the following recursion $$f(n,k) = f(n-1,k) + f(n-2, k-1)…
Beverlie
  • 2,645
0
votes
2 answers

Proof of $\sum_{i=0}^{2k}\binom{n}{2i}{(-1)}^i = 2^{2k}(-1)^k$ where $n=4k$

(Suppose $n =4k$ for some positive integer $k$ ) $\sum_\limits{i=0}^{2k}\binom{n}{2i}{(-1)}^i = 2^{2k}(-1)^k$ $LHS = \binom{n}{0}-\binom{n}{2}+\binom{n}{4}-\binom{n}{6}+\cdot\cdot\cdot+\binom{n}{n}$ To prove above identity I had derived below…
Beverlie
  • 2,645
0
votes
1 answer

Equation for binomial coefficients

Let $n\in\Bbb N$, $k\in\{0,\dots,2n\}$. Is this equation valid? $$\binom{2n}{k}=\sum_{i=0,\dots,n\\ j=0,\dots,n\\i+j=k}\binom{n}{i}\binom{n}{j}$$
szw1710
  • 8,102
0
votes
1 answer

Binomial coefficient identity

Is there an identity $\sum_{r=0}^{l-1-p} \binom {r}{p} = \binom{l}{p+1}$ ? I need a proof for this, if it holds. For $l=2$ I can see that it is true.
0
votes
3 answers

How to find the coefficient of $x^4$ in the expansion of $(1+x+x^2)^{20}$?

How to find the coefficient of $x^4$ in the expansion of $(1+x+x^2)^{20}$?