Pascal's Triangle
Here is an exploration with another type of pattern. This pattern is based
on Pascal’s Triangle.
As you work through the examples, refer to this diagram.

Notice the patterns in the triangle.
In each row the exponent of a decreases by 1 as you move from left to
right. The exponent of b increases by 1 as you move from left to right.
For each term in a row, the sum of the exponents is the same. The sum is
one less than the row number.
Also notice the patterns in the coefficients of the terms.
• The terms on the far left and far right always have coefficient 1.
• To find the coefficient of a term inside the triangle, add the
coefficients of the two adjacent terms in the row directly above it.
Note:

Example 1
Use Pascal’s Triangle to find (a + b)5.
Solution
Using the patterns, we can write the expansion of (a + b)
5.
First, we fill in the exponents:
1a5b0 + __a4b1 + __a3b2
+ __a2b3 + __a1b4 + 1a0b5
Next, we use the coefficients for the expansion of (a + b)4 to find the
coefficients of (a + b)5.

So, the expansion of (a + b)
5 is:
a
5 + 5a
4b + 10a
3b
2 + 10a
2b
3
+ 5ab
4 + b
5
Example 2
Use Pascal’s Triangle to find (3x + 2y)4.
Solution
This corresponds to the fourth row of the triangle.
Fourth row of the triangle:
(a + b)4 = 1a4 + 4a3b + 6a2b2
+ 4ab3 + 1b4
Substitute 3x for a and 2y for b:
(3x + 2y)4 = 1(3x)4 + 4(3x)3(2y) + 6(3x)2(2y)2
+ 4(3x)(2y)3 + 1(2y)4
Simplify. = 81x4 + 216x3y + 216x2y2
+ 96xy3 + 16y4
Thus, (3x + 2y)4 = 81x + 216x3y + 216x2y2
+ 96xy3 + 16y4.