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

Subtraction of combinations

I'm aware of the Pascal's Identity which we use it for solving question but I'm looking for an identity for substracting combinations . For example how we can rewrite $C(n, k+1) - C(n , k)$? Note : Honestly , I was solving a problem and then I get…
S.H.W
  • 4,379
0
votes
1 answer

Integral part is not even

According to me the integral part of $(\sqrt 6 +2)^n$ is an even number. Here $n$ is a natural number. But in my book it is written that it not always correct. How is this possible?
search
  • 563
0
votes
1 answer

How to compute the sum of the products of all elements in a subset?

Given a set $S=\{1..n\}$ and all it's subsets $Q$ of size $m$, we have: $|Q| = \binom{n}{m}$ I would like to find a generic formula for the sum of products of all elements in each of the subsets. E.g. for $n=4, m= 2$: $1 * 2 + 1 * 3 + 1 * 4 + 2 * 3…
0
votes
2 answers

Binomial expansion, where is the mistake?

I attacked the Question and the marking scheme Question 3. Question Find the term independent of $x$ in the series expansion of $$\left(4x^3+\frac1{2x}\right)^8$$ First I expanded inside the bracked, then took the 2x out and…
JohnFire
  • 369
0
votes
1 answer

Diminishing return of a majority failure.

I have a scenario of 3 disparate software utilities (virus scanners - all latest versions). Their hit ratios are excellent, but occasionally 1 of them misses a virus. 0 = no virus, 1 = virus discovered At some point one of them will fail to detect,…
alortimor
  • 171
  • 7
0
votes
1 answer

Why is $\frac{ r(r+1)\cdots(z+r-1)}{z!} = \binom{z+r-1}{z}$

Sorry for this simple question, I am having a bit of trouble understanding how we can know immediately see that the LHS can be written as a binomial coeeficient
matt
  • 876
0
votes
1 answer

Why is $ \binom{-r}{z} = (-1)^z\binom{z+r-1}{r-1} $

How do we prove this identity? I Can't find a simple solution.
matt
  • 876
0
votes
1 answer

Binomial Coefficients and series

Let $p(x)$ be the polynomial given by : $$p(x) = [(x−2)^{2016}(x+2016)]+[(x−2)^{2015}(x+2015)]+⋯+(x−2)(x+1).$$ What is the sum of the coefficients of $p(x)$ ?
0
votes
1 answer

Explicit formula involving Binomial coefficient

Let $a_{i}$ be a sequence of numbers, is there an explicit formula for $\sum\limits_{i=0}^p \binom{p}{i}a_{i} $ involving only $p$ and $a_{n}$ ? Or is there any bound interms of $p$ and $a_{i}$ ?
unknownMe
  • 695
0
votes
2 answers

Coefficent of x^8 in a bionomial theorem

How would one go about solving this? This is where i am stuck I am not even sure if I am on the right track, as you can that this is have to use nCr concept (Pascals triangle I believe) here
JackyBoi
  • 477
0
votes
1 answer

Pascal's Triangle's different usages

This is Pascal's Triangle, whose $(r + 1)$th row show the coefficients of $(1+x)^r$ expanded. It is used to find the expansions of $(1+ x)^n$, and also $nPr$. Are there any other significant uses of the Pascal's Triangle? Unlike the post here, I…
Xetrov
  • 2,089
0
votes
1 answer

Pascal's Triangle and Binomial Coefficients

Prove that if you move straight down in Pascal's Triangle, visiting every other row, then the numbers are increasing.
JanoyCresva
  • 486
  • 7
  • 18
0
votes
1 answer

Binomial distribution with a given probability

Been working on this problem for quite some time, it has to do with binomial distribution but i'm lost from there. The answers to the questions were given as well but I have yet to recreate their results. Answers will be shown in bold, any help is…
Alex
  • 27
0
votes
1 answer

expanding exponential of inverse

Expand $(1-3x)^{-1}$ and find the greatest coefficient. Just wondering if there would be need to factorise before proceeding just as in the case of $(2-3x)^{-3}$. Response will be appreciated.
0
votes
1 answer

How to solve this binomial expansion?

This is the problem: Write down the binomial expansion of $(1+k/100)^{1/2}$ in ascending powers of $k$, up to and including the $k^3$ term. Use the value $k=8$ to find an approximation to five decimal places for $3^{1/2}$.
Aleksandar
  • 115
  • 5