Question
Question: How do you use Pascal’s triangle to expand\({(2x - y)^3}\)?...
How do you use Pascal’s triangle to expand(2x−y)3?
Solution
Pascal’s triangle is an infinite equilateral triangle which consists of a sequence of numbers. It starts with 1. That means the first row is one. Then, the second row consist of the sum of two numbers above it. Similarly, we will find out the values of next rows. This creates a pattern of numbers as shown below.
The main application of this triangle is to solve a binomial function. The triangle represents the coefficients of the binomial expansion. If the binomial equation is (a+b)n. Then the expansion is C1anb0+C2an−1b1+.....+Cna0bn, where C1,C2,....,Cnare the coefficients derived from the triangle .
Complete step by step answer:
We first derive the coefficients from the triangle where n=3, which is depicted below:
Hence we get, (a+b)3=1a3b0+3a2b1+3a1b2+1a0b3
After substituting the value we get,
(2x−3y)3=1(2x)3(−3y)0+3(2x)2(−3y)1+3(2x)1(−3y)2+1(2x)0(−3y)3 (2x−3y)3=8x3.1+3(4x2)(−3y)+3(2x)(9y2)+1.1(−27y3) (2x−3y)3=8x3−36x2y+54xy2−27y3
Hence, the expansion of (2x−y)3 is 8x3−36x2y+54xy2−27y3.
Note: The Pascal’s triangle is helpful only when the value of nis small in the equation (a+b)n. If the value of nis large , then it's tedious to draw the triangle until we reach n. Then, we should use combinations to expand the binomial expression.