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

binomial coefficient divisibility properties

I'm looking for a (possibly large) list of divisibility properties of binomial coefficients. Does anyone know a good reference? For example, Graham, Knuth, and Patashnik, Discrete Combinatorics, gives the "top 10 binomial coefficient identities",…
mathse
  • 2,438
  • 12
  • 18
2
votes
1 answer

binomial identity involving sum of diagonal elements

It's well-known and easy to show that $\binom{k}{n} = \frac{k}{n}\binom{k-1}{n-1}$. Also, I've come across the formula $\binom{k}{n}=A\binom{k-1}{n-1}+B\binom{k-2}{n-2}$, where $A$ and $B$ are coefficients that depend on $n$ and $k$ (and are easily…
mathse
  • 2,438
  • 12
  • 18
2
votes
2 answers

A hotel bought some tvs, some are not working...

I am working through a stat book trying to freshen up on my math. Here is a problem that is posed... A shipment of 10 televisions includes three that are defective. In how many wats can a hotel purchase four of these sets and receivee at least two…
greg
  • 135
2
votes
2 answers

Divisibility using binomial coefficients

I have to prove that $6 \mid n^3 + 5n$ in a number of ways. One that I've been finding impossible is binomial coefficients. This is the problem statment: Use an expression in terms of binomial coefficients to prove $n^3 + 5n$ is divisible by $6$.
rapidash
  • 497
2
votes
2 answers

Does this sequence of inverse-binomial numbers have a name?

I was inspired by considering the following: $$\left(\sum_{i=1}^n i\right)^2=\sum_{i=1}^n i^3$$ Are there exact formulas for the sums of the powers of the integers? For example, we have: $$\sum_{i=1}^n i={n(n+1)\over 2}$$ $$\sum_{i=1}^n…
abiessu
  • 8,115
2
votes
2 answers

Binomial Expansion involving two terms?

How would you find the 4th term in the expansion $(1+2x)^2 (1-6x)^{15}$? Is there a simple way to do so? Any help would be appreciated
2
votes
2 answers

expanding binomials of form $(ax+b)^2$

I am able to answer the question: $(3x-5)^2$ by writing it out as $(3x-5)(3x-5)$. However, I know binomials can be expanded like: $(a+b)^2 = a^2 + 2ab + b^2$ How would I translate this into my question? I've expanded it as $3x^2 +…
mike
  • 85
  • 4
2
votes
2 answers

Summing even and odd terms of binomial coefficients, with increasing powers of 2 and alternating signs

For a complex number $z$, let $(1+z)^{15}=a_{0}+a_{1} z+\cdots+a_{15} z^{15}$. The value of $$ \left(a_{0}-4 a_{2}+16 a_{4}+\cdots-2^{14} a_{14}\right)^{2}+\left(2 a_{1}-8 a_{3}+32 a_{5} \cdots-2^{15} a_{15}\right)^{2} $$ While I was entirely…
DVnyT
  • 31
2
votes
0 answers

Average size of binomial coefficients

For $n=1000$, the binomial coefficients $\binom{n}{k}$ for $0 \le k \le n$ have on average about 716 bits (represented in binary). For $n=10000$, it's about 7207 bits. So about "$72\%$ of $n$". It seems to approach about $72.14\%$: n 10…
2
votes
2 answers

Problem following working in binomial theorem proof by induction

I am working through a (rather old) pure maths book as a hobby and have got to a section showing proof of the binomial theorem using induction. Part way through the working the book says: $_kC_r + _kC_{r-1} = \frac{k!}{r!(k-r)!} +…
Steblo
  • 1,153
2
votes
5 answers

How to find a general term of a trinomial?

I want to find the coefficient of $x^0$ in the expansion of $(x + 1 + 1/x)^4$. Without an expansion, I keep getting "nested binomial" terms if I group two terms together: $$\binom{4}{k}\binom{k}{m} (x)^{k-m}(1/x)^{m}$$ For which $k-2m = 0$. I…
user71207
  • 1,543
2
votes
2 answers

Finding coefficient of $x^{111}$ in $P=(1+x)+2(1+x)^2+3(1+x)^3+\ldots+1000(1+x)^{1000}$

Find the coefficient of $x^{111}$ in $P=(1+x)+2(1+x)^2+3(1+x)^3+\ldots+1000(1+x)^{1000}$. Here is what I did. It is an AGP. So we can write it as follows. $$\begin{aligned}P&=(1+x)\frac{\mathrm d}{\mathrm…
Paras Khosla
  • 6,481
2
votes
3 answers

Proof of $\;\binom n{k+1}=\binom n k\cdot\frac{n-k}{k+1}\;$

I was working on a programming problem wherein I had to display pascal's triangle, so I went into binomial coefficients, and find out above formula $\;\displaystyle\binom n{k+1}=\binom n k\cdot\frac{n-k}{k+1}\;$ to fetch the next pascal's number in…
Aamir
  • 123
2
votes
1 answer

How prove this combinatoric ? simply

I got stuck at the computation of the sum . the problem is K . how to simply this combinatoric ? Is this problem sorted out by directly substituting the k value? In general, the number of picks (k) changes, but in this case it is constant.(n) What…
2
votes
2 answers

How to show that ${m \choose n} + {m \choose n-1} = {m+1 \choose n}$?

This is from Serge Lang's book Basic Mathematics. I've stuck at this for over six hours now. Read multiple posts, forums, and even checked the answer key. The main thing I'm confused about is how can we get this common denominator: $n!(m - n +…
Roarke
  • 67