4

How does $ \binom{n}{k} $ 'n choose k' get involved with coefficient of $ (a+b)^n $. Is there any intuitive geometrical picture (interpretation) that it seems obvious?

S L
  • 11,731

3 Answers3

8

Hint: Imagine writing $(a+b)^n$ as $(a+b)(a+b)\dots(a+b)$, and then multiplying out all the brackets. Ask yourself how many ways you can get a term involving $a^kb^{n-k}$.

Old John
  • 19,569
  • 3
  • 59
  • 113
5

Expanding on what Old John wrote, it might help to consider a "noncommutative" version of the binomial theorem. $(a+b)^n = (a+b)(a+b)...(a+b)$ is going to have $2^n$ terms. Each of the $2^n$ words of length $n$ consisting of the letters $a$ and $b$ will occur exactly once. If you identify words via commutativity of multiplication, you will see there are $\binom{n}{k}$ words in the equivalence class of $a^{n-k}b^k$.

Seth
  • 9,393
  • 1
  • 27
  • 64
4

Here is how you visualize binomial theorem https://upload.wikimedia.org/wikipedia/commons/4/47/Binomial_theorem_visualisation.svg

bsdshell
  • 1,509