Visual walkthrough — General term of binomial expansion — finding specific terms
We assume you know only three plain ideas, all linked at the bottom: what a factorial is, what $\binom{n}{r}$ counts, and how those counts sit in Pascal's triangle. Everything else we earn on the page.
Step 1 — What does "" even mean as a picture?
WHAT. The little exponent is just shorthand for "multiply this bracket by itself times."
Read each symbol:
- and — two things being added inside one bracket (they could be and , or and ; for now just "thing one" and "thing two").
- — how many identical brackets stand in a row.
WHY. A power looks scary, but a row of identical brackets is something we can walk through one at a time. That walk is the whole idea.
PICTURE. Below: three brackets drawn as three boxes (the case ). Inside each box live the two choices and .

Step 2 — How is ONE term born? Walk the brackets and pick.
WHAT. To multiply out, you march through the brackets left to right and, from each bracket, grab exactly one of its two letters — either or . String your picks together and multiply. That product is one term of the answer.
WHY. Multiplication of sums works exactly this way: . Each of those four terms is one path of choices — "grab first, grab second." So every term of is one choosing-path through the row of brackets.
PICTURE. One highlighted path: from box 1 take , from box 2 take , from box 3 take . The path spells .

Step 3 — Only the COUNT of 's matters, not the order.
WHAT. Suppose along your walk you happened to pick from exactly of the brackets. Then the other brackets must have handed you . Multiply:
Read each symbol:
- — the number of brackets that gave a . It can be any whole number from (no 's at all) up to (every bracket gave ).
- — forced on us: whatever wasn't a was an .
- The exponents always sum: . A term can never carry more or fewer than letters, because there are exactly brackets.
WHY. Multiplication doesn't care about order: . So the paths " from box 1 & 3" and " from box 1 & 2" and " from box 2 & 3" all spell the identical product . The letters used depend only on how many 's you took — the count — never on which boxes.
PICTURE. Three different paths (three different box-choices) that all collapse to the same product because each picked exactly twice.

Step 4 — Count the identical paths: that count IS .
WHAT. For a fixed , how many different walks spell ? That's the same as asking: out of brackets, in how many ways can I choose the that hand me a ? The answer has a name — the combination .
Read each symbol:
- — "choose boxes out of ." A plain counting number, like .
- — the factorial, ; it counts orderings.
- and in the denominator — divide out orderings we don't want to double-count, since order of the 's doesn't matter.
WHY this tool and not just listing? For you could list paths by hand. For there are over a million paths — hopeless. answers "how many identical copies?" in a single number, which is exactly the multiplier each term needs. These are the numbers living in Pascal's triangle.
PICTURE. For : all ways to place two 's among three boxes, shown as three coloured selections — hence the term appears 3 times.

Step 5 — Sweep over all values → the whole expansion.
WHAT. Every possible term is captured by some value of . Let run over every whole number from to and add the families up:
Read each symbol:
- — "add the following, once for each from to ." The (Greek capital sigma, an S for "Sum") is just a stack of plus-signs written compactly.
- The lower label — start with the all- term ().
- The upper label — stop at the all- term ().
WHY. Nothing is left out (every term has some number of 's between and ) and nothing is counted twice (each names a different power-pair). So the sum is the full binomial theorem.
PICTURE. A number line of from to ; above each tick sits its term , and the left column of a strip of Pascal's triangle lines up with the coefficients.

Step 6 — Name each term: why "" and not ""?
WHAT. We label the terms in the order they appear. But the counter started at . So the term for is the first term, ; the term for is ; in general the term for a given is the -th:
Read the offset:
- — starts at (the counting index).
- — the human term-number, which starts at .
WHY. Humans count "1st, 2nd, 3rd…" but the exponent of counts "0, 1, 2…". The little is just the bridge between those two habits. Miss it and every term-lookup is off by one.
PICTURE. Two rulers side by side: the top ruler () is the "how many b's" ruler; the bottom ruler () is the "which term" ruler, shifted right by one.

Step 7 — The edge cases: check the two ends and a zero.
WHAT & WHY. A formula is only trustworthy if it survives its extremes. Feed the boxed formula its smallest and largest :
- (took no 's): . ✔ The first term is pure — matches the single all- path.
- (took every ): . ✔ The last term is pure .
- Total count of terms: ranges — that's values, so terms.
- Degenerate : ; the formula gives only , i.e. . ✔ One term, and it's .
Two little facts used above:
- and — anything (nonzero) to the power is , i.e. "no letters chosen from that side."
- — there is exactly one way to choose nothing, and exactly one way to choose everything (the outer edge of Pascal's triangle).
PICTURE. The two extreme paths drawn: the all- walk (every box gives , giving ) and the all- walk (every box gives , giving ), sitting at the two ends of the row.

The one-picture summary
Every arrow of the derivation, compressed: brackets → pick from of them → one product → counted times → summed over all → labelled .

Recall Feynman retelling — the whole walk in plain words
You have boxes in a row, and every box hides a red ball () and a blue ball (). To build a single term you walk the row and snatch one ball from each box. Multiply what you grabbed — that's one term. Here's the trick: multiplication doesn't care about order, so the only thing that decides your product is how many blue balls you grabbed. Call that number ; then you automatically grabbed reds, so the product is . But loads of different walks grab the same number of blues — precisely of them — so that product shows up times, giving . Let sweep from (no blues, pure ) up to (all blues, pure ), add everything, and you've rebuilt with no expanding at all. Finally, since counts from but people count terms from , the term for a given is the -th, written .
Connections
- 3.3.13 General term of binomial expansion — finding specific terms (Hinglish)
- Binomial Theorem for positive integer index
- Binomial coefficients and Pascal's Triangle
- Combinations nCr
- Factorials
- Middle term of a binomial expansion
- Greatest coefficient and greatest term