The Easy Way To Find (x+y)n

In many courses in Mathematics we oftentimes have to expand out things like (x+y)n where n is an integer and x and y are real numbers. So many of us will happily expand it out and collect like terms. But this is kind of hard. Isn't it? Well we want to show you an easier and shockingly fast way to just do it.

First, let's do the actual Algebra to show how much of a pain in the butt this is:
(x+y)3=(x+y)(x+y)(x+y)=(x2+xy+xy+y2)(x+y)=(x2+2xy+y2)(x+y)=x3+x2y+2x2y+2xy2+xy2+y3=x3+3x2y+3xy2+y3.

The quick way to do this is with the formula
(x+y)n=nj=0Cnxnjyj.
The symbol is the summation formula that tells is to add from 0 to n and as we go we will have a number Cn multiplied by xnjyj. In other words,
(x+y)n=C0xny0+C1xn1y1++Cn1xyn1+Cnx0yn.
The numbers C0,C1, are referred to as Binomial Coefficients and finding them is the hard part in this formula.

It turns out for n4 finding the Binomial Coefficients (Cn's) is really easy with a simple trick. The trick is to find the number 11n. (We recommend using a calculator since you want to get this done quickly.) It turns out that the digits in 11n are the coefficients Cn! In our example above n=3. So on your calculator you find that 113=1331. So this means that C0=1, C1=3, C2=3, C3=1. So now using the formula we have
(x+y)3=C0x3y0+C1x2y+C2xy2+C3x0y3.Now since x0=y0=1 and because we found our coefficients from 113 we have
(x+y)3=x3+3x2y+3xy2+y3.

So now if you have to find (x+5)4 you will first find that 114=14641 and that
(x+5)4=x4+4x351+6x252+4x53+54=x4+20x3+150x2+500x+625.

We want to emphasize that this trick is only good for n less than or equal to four. But because (x+y)n shows up so much when n4 it turns that this is a very useful thing to keep in mind. Finally, this trick is rooted in some pretty deep Mathematics related to Pascal's Triangle, Factorials, and the Binomial Theorem. But that's a story for another day.