Question
Question: How do I use Pascal's triangle to expand \({{\left( x+2 \right)}^{5}}\) ?...
How do I use Pascal's triangle to expand (x+2)5 ?
Solution
To solve these types of questions which are given above (x+2)5 we will use a binomial expansion formula. In elementary algebra, the binomial expansion describes the algebraic expansion of powers of binomials.
Complete step by step solution:
The formula of binomial expansion is: (a+b)n=nc0anb0+nc1an−1b1+...............+ncna0bn where a and b are integers and the nck=k!(n−k)!n!, where n is equal to power of the expansion and k is equal to picks and this is the combinations general formula. So we can also write binomial expansion by putting the values of combinations. Therefore the formula becomes: (a+b)n=an+nan−1b+2!n(n−1)b2an−2+..........+bn. So by using this above expression we will solve our given expression(x+2)5. Now we will expand this expression by using this (a+b)n=an+nan−1b+2!n(n−1)b2an−2+..........+bn we get,
⇒(x+2)5=x5+5x4⋅2+2!5(5−1)x3(2)2+2!5(5−1)x2(2)3+5x(2)4+(25) ⇒(x+2)5=x5+10x4+10⋅4x3+10⋅8x2+5⋅16x+32 (x+2)5=x5+10x4+40x3+80x2+80x+32
Hence we get the expanded form of given expression (x+2)5 which is, (x+2)5=x5+10x4+40x3+80x2+80x+32
We can also solve the above expression by using direct Pascal's triangle formula. Pascal's triangle is a never ending equilateral triangle of numbers that follows a rule of adding the two numbers above to get the number below. Here two of the sides are “all 1 ˋs′′ and because the triangle is infinite, there is no “bottom side”.
The 5th row of Pascal's triangle is: 1,5,10,10,5,1. These values are the coefficients in a binomial expansion to the 5th power:
⇒(a+b)5=a5+5a4b+10a3b2+10a2b3+5ab4+b5
Notice this pattern of the exponents: the exponents of a starts at 5 and goes to 0 and b starts at 0 and goes to 5.
We will apply this in rule (a+b)5=a5+5a4b+10a3b2+10a2b3+5ab4+b5 to solve (x+2)5:
⇒(x+2)5=x5+5x4(2)+10x3(2)2+10x2(2)3+5x(2)4+25⇒x5+10x4+40x3+80x2+80x+32
Hence by using the binomial expansion formula (a+b)n=nc0anb0+nc1an−1b1+...............+ncna0bn we get the expansion of (x+2)5is x5+10x4+40x3+80x2+80x+32
Note:
Here we can go wrong by writing the wrong binomial expansion formula, sometimes students make mistakes in the powers of aand b. Therefore by using the above two methods binomial expansion and Pascal's triangle formula we can easily expand any expression.