For ex. $\binom{n}{n}$ = $\binom{n-1}{n-1}$ + $\binom{n-1}{n}$ according to the rule $\binom{n}{i}$ = $\binom{n-1}{i-1}$ + $\binom{n-1}{i}$
2026-03-28 01:46:17.1774662377
Is it allowed to write $\binom{n}{n+1}$ = 0?
41 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Defining $\binom{n}{k}$ as the number of size-$k$ subsets of a size-$n$ set, your statement is indeed correct. You can even keep the usual formula in terms of factorials, viz. $\frac{1}{(-1)!}=\frac{1}{\infty}=0$.