For every integer $n > 1$:
$$2^n = 2 + \sum_{x=1}^{n-1}\frac{ n!}{(n-x)!x!}$$
I found this equality while doing some probability stuff... Basically both formulas equal the number of possible combinations of $n$ coin tosses. Any other way of showing this to be true?
2026-03-28 20:04:55.1774728295
How to prove this formula?
46 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Yes: binomial formula:\begin{align}2^n&=(1+1)^n\\&=\sum_{x=0}^n\binom n{x}\\&=2+\sum_{x=1}^{n-1}\binom nx.\end{align}