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

Finding the coefficients (Binomial Formula)

Coefficient of $x^3$ in $(1+x^2)(1+x)^{100}$ Coefficient of $x^{10}$ in $(1+x)^{10}(1-x)^{10}$ Coefficient of $x^n$ in $\dfrac{2+x}{2-x}$. Any help on these would be appreciated.
user324324
  • 119
  • 1
  • 3
0
votes
1 answer

How many ways are there to do this experiment?

I don't want the full solution rather a step in the right direction. I believe what I have so far is right but I just would like to verify and know the final basic steps to find out how many ways the experiment can be performed. Here's the…
bldzrr
  • 51
0
votes
1 answer

proof: $\sum\limits_{i=k}^n\binom{i}{k}=\binom{n+1}{k+1}$

Let $n ≥ 0$ and $k ≥ 0$ be integers. 1) How many bitstrings of length $n + 1$ have exactly $k + 1$ many $1$s? 2) Let $i$ be an integer with $k ≤ i ≤ n$. What is the number of bitstrings of length $n + 1$ that have exactly $k + 1$ many $1$s and in…
saeid
  • 21
0
votes
1 answer

How do I evaluate the sum $\sum_{j=0}^d (-1)^j n^j \binom{d}{j}$

Let $n>0$ be an integer. Let $d$ be a positive integer. How do I show that $$\sum_{j=0}^{2d} (-1)^j n^j \binom{2d}{j} = (n-1)^{2d}?$$
Ali
  • 415
0
votes
1 answer

Binomial distribution "matix of results"

I am having trouble understanding the formal definition of the binomial distribution. $$f(k;n,p) = \Pr(X = k) = {n\choose k}p^k(1-p)^{n-k}$$ Or rather how I "transform" the definition to suit my needs. I randomly conduct 100 experiments in a Java…
0
votes
1 answer

Definition of binomial coefficient

I have this problem that I am a bit unsure about how to proceed forward with. Problem: Show that $n{\binom{m+n}{m} = (m+1)\binom{m+n}{m+1}}$ for all integers n, m > 0. In the solution it says that we should use the definition of binomial…
Hanne
  • 57
0
votes
1 answer

Finding the Binomial Coffecient

Is there a way to find the binomial coefficient of $x^{14}$ in $$(x^0+x^1+x^2+x^3+x^4)^6$$ I tried to use sum of G.P form but it did'nt help.
-1
votes
1 answer

Dividing Binomial Coefficient

I have a problem which requires multiplying: $$ \frac 1 4 \cdot \binom n k $$ Expanded: $$ \frac 1 4 \cdot \frac {(n)!} {5!(n-5)!} $$ The answer is below, but it isn't clear how to get from the initial state to this one algebraically. $$ \frac…
-1
votes
2 answers

Prove $k\binom nk=n \binom{k-1}{ n-1}$ algebraically.

I need to prove $k\binom nk=n \binom{k-1}{ n-1}$ where $n$ and $k$ are integers with $1\leq k\leq n$ using an algebraic proof. I solved the left side which is $\binom nk$ using the pascals identity for $\binom nr$. But,now when i am trying do the…
-1
votes
1 answer

Binomials (a) 8!/6! (b) 10!/9!

I don't know the exact formula to use for this expansion I have tried to use multiple equations so therefore there must be one you can use.
-1
votes
3 answers

Coefficient of $x^7$ in binomial expansion of $(1/6-3x)^{17}$

How would I determine the coefficient of $x^7$ in the expansion of $(1/6-3x)^{17}$ and show the answer as a fraction?
ted
  • 1
-1
votes
1 answer

Evaluation of $\sum^{\infty}_{n=0}\frac{999!\cdot n!}{(1001+n)!}$

Evaluation of $\displaystyle \sum^{\infty}_{n=0}\frac{999!\cdot n!}{(1001+n)!}$ What I try : $\displaystyle 1000\times 1001\sum^{\infty}_{n=0}\frac{1001! \cdot n!}{(1001+n)!}$ $\displaystyle =1001\cdot…
jacky
  • 5,194
-1
votes
1 answer

binomial coefficient of x

I have some questions that are bothering me for a long time and couldn't find an answer online, so I'll try to make it short. In any binomial expansion, for instance of the polynomial $P(a, x, n) = (1 +ax)^n$: 1. Is the sum of $x$'s coefficients in…
avi123123
  • 51
  • 5
-1
votes
1 answer

Sum of different combinations.

I was trying to find the simplified form of ${100 \choose 0} + {100 \choose 1} + \ldots + {100 \choose 99} + {100 \choose 100}$. I was having a hard time finding a simple way to express the solution and I did not know how to do so without writing…
Aaron
  • 213
-1
votes
3 answers

even number - binomial

$$(1+\sqrt 2)^n+(1-\sqrt2)^n$$ if $$ n \in N $$ It's always an even number. I tried to solve for the binomial, but I could not, any idea to be able to proceed $$(a+b)^n=\sum_{k=0}^n{n \choose k} a^{n-k}b^k$$
Monica
  • 81