Recall the general term
(rn)an−rbr,r=0,1,…,n Each term of (a+b)^n is set by a value of r. So the possible values of r decide how many terms there are.
Recall the binomial theorem
(a+b)n=r=0∑n(rn)an−rbr This single formula generates every term of the expansion. Getting comfortable writing it down first stops us from missing terms later.
Recall the factorial form of the coefficient
(rn)=r!(n−r)!n! The binomial coefficient just counts how many ways r objects can be chosen from n. On your calculator this is the nCr button.
Remember the symmetry of the coefficients
(rn)=(n−rn) Pascal's triangle is symmetric, so coefficients read the same forwards and backwards. This is a handy check that your numbers are right.
Check the number of terms
(a+bx)n has n+1 terms An expansion of power n always has one more term than the power. Counting the terms is a quick way to spot if you have dropped one.
Watch the powers add up to n
power of a+power of bx=n In every single term the two powers must add to n. If they don't, an arithmetic slip has crept in.
Recall Pascal's triangle relation
(rn)=(r−1n−1)+(rn−1) Each entry in Pascal's triangle is the sum of the two above it. This is where the coefficients come from without any factorials.
Note the end coefficients
(0n)=1,(nn)=1 The very first and very last coefficients are always 1. That gives you two terms of the answer for free.
Be careful with the signs
(−1)r>0 when r is even, <0 when r is odd When the bracket contains a minus sign the terms alternate in sign. Track this carefully so no negative is lost.
Recall the binomial theorem
(a+b)n=r=0∑n(rn)an−rbr This single formula generates every term of the expansion. Getting comfortable writing it down first stops us from missing terms later.
Recall the factorial form of the coefficient
(rn)=r!(n−r)!n! The binomial coefficient just counts how many ways r objects can be chosen from n. On your calculator this is the nCr button.
Remember the symmetry of the coefficients
(rn)=(n−rn) Pascal's triangle is symmetric, so coefficients read the same forwards and backwards. This is a handy check that your numbers are right.
Check the number of terms
(a+bx)n has n+1 terms An expansion of power n always has one more term than the power. Counting the terms is a quick way to spot if you have dropped one.
Watch the powers add up to n
power of a+power of bx=n In every single term the two powers must add to n. If they don't, an arithmetic slip has crept in.
Count the values of r
r∈{0,1,2,…,n}⇒n+1 values The counter r runs from 0 up to n inclusive. Counting these values, there are n+1 of them, so there are n+1 terms.
AnswerBecause r takes the n+1 values 0,1,...,n.