Pascal's Triangle

Pascal's Triangle is the arrangement of coefficients that can be used to determine the coefficients of binomial expansion. It has various practical applications in areas such as probability and algebra.

Pascal's Triangle is organized in a way that each number is the sum of the 2 numbers directly above it.

When building the Pascal's Triangle, we need to consider a couple of things:

  • The values of the first and last cells on each row are \(1\)
  • The value of any other cell(s) can be determined by summing the \(2\) values of the cells directly above it

The pattern in each row of the Paschal's Triangle can be expressed algebraically as:

\((\textcolor{red}{x}+\textcolor{green}{y})\textcolor{blue}{ⁿ}\)

When determining the simplified result for a binomial expression, we can use binomial expansion (also known as FOIL) then collect like terms if possible.

The sum of values on each row can be expressed algebraically as \(2^n\).

The # of elements in the each row can be expressed algebraically as:

\((n + 1)\)

In each of these formulas, \(n\) represents the row # with \(n\) starting at \(0\).

NOTE: Each binomial expression you encounter may use completely different terms. They might use different sets of letters (i.e. \(a\) and \(b\) instead of \(x\) and \(y\)) or numbers rather than letters.


Example

Expand and simplify each binomial:

  1. \((a + b)^2\)
  2. \((m + n)^4\)

i. We can first use simple binomial expansion to expand the expression:

\(= (\textcolor{red}{a} + \textcolor{green}{b})^\textcolor{blue}{2}\)

\(= (\textcolor{red}{a} + \textcolor{green}{b})(\textcolor{red}{a} + \textcolor{green}{b})\)

\(= (\textcolor{red}{a})(\textcolor{red}{a}) + (\textcolor{red}{a})(\textcolor{green}{b}) + (\textcolor{green}{b})(\textcolor{red}{a}) + (\textcolor{green}{b})(\textcolor{green}{b})\)

Now that our expression is expanded, we can simplify further by collecting like terms:

\(= \textcolor{red}{a^2} + \textcolor{red}{a}\textcolor{green}{b} + \textcolor{red}{a}\textcolor{green}{b} + \textcolor{green}{b^2}\)

\(= 1a^2 + 2ab + 1b^2\)

Therefore, we can determine that \((a + b)²\) expanded and simplified is \(\boldsymbol{1a^2 + 2ab + 1b^2}\).

This makes sense when comparing it to Pascal's Triangle since the expressions coefficients match the Triangle's values on the second row, \(\textbf{1 2 1}\).


ii. We will use the same process as the question above. The result will be more complicated since we are dealing with more terms. We can start by expanding the expression in \(2\) sets of brackets:

\(= (\textcolor{red}{m} + \textcolor{green}{n})^4\)

\(= (\textcolor{red}{m} + \textcolor{green}{n})(\textcolor{red}{m} + \textcolor{green}{n})(\textcolor{red}{m} + \textcolor{green}{n})(\textcolor{red}{m} + \textcolor{green}{n})\)

\(= [(\textcolor{red}{m})(\textcolor{red}{m}) + (\textcolor{red}{m})(\textcolor{green}{n}) + (\textcolor{green}{n})(\textcolor{red}{m}) + (\textcolor{green}{n})(\textcolor{green}{n})][(\textcolor{red}{m})(\textcolor{red}{m}) + (\textcolor{red}{m})(\textcolor{green}{n}) + (\textcolor{green}{n})(\textcolor{red}{m}) + (\textcolor{green}{n})(\textcolor{green}{n})]\)

We can now simplify the expression by collecting like terms in each bracket. After, we can expand the expression further:

\(= [\textcolor{red}{m²} + \textcolor{red}{m}\textcolor{green}{n} + \textcolor{red}{m}\textcolor{green}{n} + \textcolor{green}{n^2}][\textcolor{red}{m²} + \textcolor{red}{m}\textcolor{green}{n} + \textcolor{red}{m}\textcolor{green}{n} + \textcolor{green}{n^2}]\)

\(= [\textcolor{red}{m²} + 2\textcolor{red}{m}\textcolor{green}{n} + \textcolor{green}{n^2}][\textcolor{red}{m^2} + 2\textcolor{red}{m}\textcolor{green}{n} + \textcolor{green}{n^2}]\)

\(= [m^2 + 2mn + n^2][m^2 + 2mn + n^2]\)

Now we expand again:

\(= [\textcolor{orange}{m^2} + 2\textcolor{blue}{mn} + \textcolor{purple}{n^2}][\textcolor{orange}{m^2} + 2\textcolor{blue}{mn} + \textcolor{purple}{n^2}]\)

\(= (\textcolor{orange}{m^2})(\textcolor{orange}{m^2}) + (\textcolor{orange}{m^2})(2\textcolor{blue}{mn}) + (\textcolor{orange}{m^2})(\textcolor{purple}{n^2}) + (2\textcolor{blue}{mn})(\textcolor{orange}{m^2}) + (2\textcolor{blue}{mn})(2\textcolor{blue}{mn}) + (2\textcolor{blue}{mn})(\textcolor{purple}{n^2}) + (\textcolor{purple}{n^2})(\textcolor{orange}{m^2}) + (\textcolor{purple}{n^2})(2\textcolor{blue}{mn}) + (\textcolor{purple}{n^2})(\textcolor{purple}{n^2})\)

We can simplify the expression further by collecting more like terms:

\(= m^4 + 2m^3n + m^2n^2 + 2m^3n + 4m^2n^2 + 2mn^3 + n^2m^2 + 2n^3m + 1n^4\)

\(= \textcolor{green}{m^4} + \textcolor{orange}{2m^3n} + \textcolor{blue}{m^2n^2} + \textcolor{orange}{2m^3n} + \textcolor{blue}{4m^2n^2} + \textcolor{red}{2mn^3} + \textcolor{blue}{n^2m^2} + \textcolor{red}{2n^3m} + \textcolor{purple}{1n^4}\)

\(= \textcolor{green}{m^4} + \textcolor{orange}{4m^3n} + \textcolor{blue}{6m^2n^2} + \textcolor{red}{4mn^3} + \textcolor{purple}{n^4}\)

Therefore, we can determine that \((m + n)^4\) expanded and simplified is \(\boldsymbol{1m^4 + 4m^3n + 6m^2n^2 + 4mn^3 + 1n^4}\).

This makes sense when comparing it to Pascal's Triangle since the expressions coefficients match the Triangle's values on the fourth row, \(\textbf{1 4 6 4 1}\).


Use the pattern of the Paschal's Triangle to expand on the following:

  1. \((2x + 1)^5\)
  2. \((\sqrt{m}- 3)^6\)

i. We can use Pascal's Triangle to expand and simplify the binomial expression. We will multiply these terms by the coefficients on Row \(5\):

\(= (\textcolor{red}{2x} + \textcolor{green}{1})^\textcolor{blue}{5}\)

\(= 1(\textcolor{red}{2x})^\textcolor{blue}{5}(\textcolor{green}{1})^\textcolor{magenta}{0} + 5(\textcolor{red}{2x})^\textcolor{blue}{4}(\textcolor{green}{1})^\textcolor{magenta}{1} + 10(\textcolor{red}{2x})^\textcolor{blue}{3}(\textcolor{green}{1})^\textcolor{magenta}{2} + 10(\textcolor{red}{2x})^\textcolor{blue}{2}(\textcolor{green}{1})^\textcolor{magenta}{3} + 5(\textcolor{red}{2x})^\textcolor{blue}{1}(\textcolor{green}{1})^\textcolor{magenta}{4} + 1(\textcolor{red}{2x})^\textcolor{blue}{0}(\textcolor{green}{1})^\textcolor{magenta}{5}\)

\(= 32x^5 + 80x^4 + 80x^3 + 40x^2 + 10x + 1\)

Therefore, we can determine that \((2x + 1)^5\) expanded and simplified is \(\boldsymbol{32x^5 + 80x^4 + 80x^3 + 40x^2 + 10x + 1}\).


ii. We can use Pascal's Triangle to expand and simplify the binomial expression. We will multiply these terms by the coefficients on Row 6:

\((\textcolor{red}{\sqrt{m}} - \textcolor{green}{3})^\textcolor{blue}{6}\)

\(= 1(\textcolor{red}{\sqrt{m}})^\textcolor{blue}{6}(\textcolor{green}{-3})^\textcolor{magenta}{0} + 6(\textcolor{red}{\sqrt{m}})^\textcolor{blue}{5}(-3)^\textcolor{magenta}{1} + 15(\textcolor{red}{\sqrt{m}})^\textcolor{blue}{4}(\textcolor{green}{-3})^\textcolor{magneta}{2} + 20(\textcolor{red}{\sqrt{m}})^\textcolor{blue}{3}(\textcolor{green}{-3})^\textcolor{magenta}{3} + 15(\textcolor{red}{\sqrt{m}})^\textcolor{blue}{2}(\textcolor{green}{-3})^\textcolor{magenta}{4} + 6(\textcolor{red}{\sqrt{m}})^\textcolor{blue}{1}(\textcolor{green}{-3})^\textcolor{magenta}{5} + 1(\textcolor{red}{\sqrt{m}})^\textcolor{blue}{0}(\textcolor{green}{-3})^\textcolor{magenta}{6}\)

\(= (1)(\textcolor{red}{m^{\frac{1}{2}}})^\textcolor{blue}{6} + (6)(\textcolor{green}{-3})(\textcolor{red}{m^{\frac{1}{2}}})^\textcolor{blue}{5} + (15)(\textcolor{green}{9})(\textcolor{red}{m^{\frac{1}{2}}})^\textcolor{blue}{4} + (20)(\textcolor{green}{-27})(\textcolor{red}{m^{\frac{1}{2}}})^\textcolor{blue}{3} + (15)(\textcolor{green}{81})(\textcolor{red}{m^{\frac{1}{2}}})^\textcolor{blue}{2} + (6)(\textcolor{green}{-243})(\textcolor{red}{m^{\frac{1}{2}}})^\textcolor{blue}{1} + 729\)

\(= 1m^{3} - 18m^{\frac{5}{2}} + 135m^{2} - 540m^{\frac{3}{2}} + 1215m - 1458m^{\frac{1}{2}} + 729\)

Therefore, we can determine that \((\sqrt{m}- 3)^6\) expanded and simplified is \(\boldsymbol{1m^{3} - 18m^{\frac{5}{2}} + 135m^{2} - 540m^{\frac{3}{2}} + 1215m - 1458m^{\frac{1}{2}} + 729}\).




Review these lessons:
Try these questions: