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
1 answer

Proof of Pascal's Rule confusion

I am reading Elementary Number Theory 7th Edition from David Burton. (See here.) On page 8 he sets about to prove Pascal's Rule $$\binom{n}{k} + \binom{n}{k - 1} = \binom{n+1}{k}$$ But then he says Its proof consists of multiplying the…
147pm
  • 920
0
votes
1 answer

Smallest $j$ for $\binom{n}{j} \geq (n-j)!$

Obviously we have $\binom{n}{j} \geq (n-j)!$ for $j = n$ or $n-1$. What is the smallest $j$ such that this inequality occurs? (or largest $j$ such that $\binom{n}{j} \geq j!$ as pointed out below) Thanks
permanganate
  • 233
  • 1
  • 9
0
votes
1 answer

Binomial-coefficient equation problem

Hey guys can't find to figure this one out $\sum_k^n k^{2}\left(\begin{array}{c}n\\ k\end{array}\right) = n(n+1)2^{n-2} ,k\geq0$ Maybe one of you can help.
Ajax Edm
  • 163
0
votes
1 answer

What does a $-$ signify in formula for combinations

Hardy and wright define the following $$\binom{m}{n} = \frac{m(m-1)(m-2)..(m-n+1)}{n!} \; ... (1)$$ $$\binom{-m}{n} = (-1)^n \;\frac{m(m+1)(m+2)..(m+n-1)}{n!} \; ...(2)$$ then they say $$\binom{-m}{n} = (-1)^n\binom{m+n-1}{n} \; ...(3)$$ Eq. $(3)$…
0
votes
1 answer

Is Pascal's triangle valid in non-decimal systems?

Does it conserve all its properties if we consider all systems with a base different from 10?
user177880
0
votes
0 answers

Limit analysis for binomial series raised to 0 < fractional exponent < 1

I am trying to expand a series and trying to find a limit analysis: (1+x)^a where 0 < a < 1. I understand that a possible expansion is: 1 + ax + a(a-1)(x^2)/(2!) + a(a-1)(a-2)(x^3)/(3!) +... What about for fractional values of a? How can I find the…
Corse
  • 225
0
votes
1 answer

Binomial Theorem coefficient sum...

Recently I encountered a question but its answer as well as the way the author of the book has solved the question seemed wrong to me.. Find the sum of the coefficients of the expansion of $$ (1+x-3x^2)^{2163} $$ I expanded the expression take it …
Harsh Sharma
  • 2,369
0
votes
2 answers

Problem based on sum of binomial coefficients

Let $m$ be the smallest positive integer such that Coefficients of $x^2$ in the expansion $\displaystyle (1+x)^2+(1+x)^3+.....+(1+x)^{49}+(1+mx)^{50}$ is $\displaystyle (3n+1)\binom{51}{3}$ for some positive integer $n\;,$ Then $n=$ $\bf{My\;…
juantheron
  • 53,015
0
votes
1 answer

whether is $\sum_{k=0}^{j-1} \binom{i}{k}=\sum_{k=0}^{j-2} \binom{i-1}{k}+\sum_{k=0}^{j-1} \binom{i-1}{k}$ true or false?

I have tested some trivial samples when $j = 1,2,3$. But I can't prove if it is true or false generally. Any help would be great, thanks!
wumo
  • 3
0
votes
2 answers

Newton Binomial Problems

Let there be this binomial: $$ (\sqrt{2} + \sqrt[3]{3})^{8}$$ How many rational terms are there in it's development? I tought that the number of terms is given by n + 1 = 8 + 1 = 9, but that doesn't seem to be the answer.
0
votes
3 answers

How to sum binomial coefficients which are multiples of 3?

Basically $\sum_{i=0}^{33}\binom{99}{3i} $ I have read about this thread. I am looking for a conventional approach. Like the one we use in $\sum_{i=0}^{n}\binom{2n}{2i} = 2^{2n-1}$
0
votes
0 answers

coefficient of a term in an expansion

The coefficient of $x^{26}$ in expansion of $(1+x)^{41}(1-x+x^2)^{40}$ is ? Answer is $2082$ now on simplifying i get it as $(1+x^3)^{40}.(1+x)$ now this nowhere gives any coefficient with x to power of $26$ . Wheres my mistake .Thanks!
0
votes
2 answers

find a value in pascal triangle given row and column

How can I find a value from this pascal triangle given row and column number without calculating $^nC_r$? For example, for row=$4$, column=$3$: value is $10$, For row=$3$, column=$5$: value is $15$. Is there any way to get this value without using…
0
votes
2 answers

Give a formula for the coefficient of $x^{k}$ in the expansion of $(x+{1 \over x})^n$

I followed the binomial theorem and got this: The Binomial Theorem is: $(a+b)^{n}= \sum_{k=0}^{n} {n \choose k}{a}^{k}{b}^{n-k}$ Then let $a=x, b={1\over x}, n = n, k = k.$ I then get $\sum_{j=0}^{n}{n \choose j}{x}^{j}{1 \over x}^{n-j}$ I'm not…
JCMcRae
  • 843
0
votes
2 answers

Determine the coefficient of $x^ay^b$ in the expansion of $(1+x+y)^n$

Let $n$ be a positive integer, and let $a, b$ be integers greater than or equal to 0 such that $a+b\le n$. Determine the coefficient of $x^ay^b$ in the expansion of $(1+x+y)^n$. Give a counting argument for your answer. I am aware that the question…
Haxify
  • 435
  • 1
  • 3
  • 8