Pascal's triangle is the triangular number pattern where each interior entry is the sum of the two entries above it. If you count the top as row 00, row nn gives the coefficients of (a+b)n(a+b)^n, which is why this pattern shows up so often in algebra and counting.

If you label the top as row 00, the first few rows are:

Row 00: 11

Row 11: 1, 11,\ 1

Row 22: 1, 2, 11,\ 2,\ 1

Row 33: 1, 3, 3, 11,\ 3,\ 3,\ 1

Row 44: 1, 4, 6, 4, 11,\ 4,\ 6,\ 4,\ 1

That one rule creates a pattern that is easy to build by hand and useful far beyond the diagram itself.

How to build Pascal's triangle

The rule is local: each interior entry depends only on the two entries above it. For example, in row 44, the middle 66 comes from

3+3=63 + 3 = 6

and the 44 next to it comes from

1+3=41 + 3 = 4

So you can generate each new row from the row before it, without memorizing a separate formula.

Why Pascal's triangle matches binomial coefficients

Pascal's triangle is not just a visual pattern. If the top is row 00, then row nn gives the coefficients of (a+b)n(a+b)^n.

The same row can also be written with combinations:

(n0), (n1), (n2), , (nn)\binom{n}{0},\ \binom{n}{1},\ \binom{n}{2},\ \dots,\ \binom{n}{n}

Here, (nk)\binom{n}{k} means "the number of ways to choose kk objects from nn objects." That is why the triangle connects algebra and counting.

For example, row 44 is

1, 4, 6, 4, 11,\ 4,\ 6,\ 4,\ 1

so

(a+b)4=a4+4a3b+6a2b2+4ab3+b4(a+b)^4 = a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4

This is the main reason many students meet Pascal's triangle when they study the binomial theorem.

Worked example: expand (x+y)5(x+y)^5

Use Pascal's triangle to expand

(x+y)5(x+y)^5

If the top is row 00, then row 55 is

1, 5, 10, 10, 5, 11,\ 5,\ 10,\ 10,\ 5,\ 1

Now match those coefficients with descending powers of xx and ascending powers of yy:

(x+y)5=x5+5x4y+10x3y2+10x2y3+5xy4+y5(x+y)^5 = x^5 + 5x^4y + 10x^3y^2 + 10x^2y^3 + 5xy^4 + y^5

This example shows the key idea: Pascal's triangle gives the coefficients, but you still need to place the powers in order. The exponent of xx starts at 55 and decreases to 00, while the exponent of yy starts at 00 and increases to 55.

Properties worth remembering

One important property is symmetry. In row 55, the numbers read the same from left to right:

1, 5, 10, 10, 5, 11,\ 5,\ 10,\ 10,\ 5,\ 1

Another useful property is the row sum. If the top is row 00, then the entries in row nn add up to 2n2^n. For row 55,

1+5+10+10+5+1=32=251+5+10+10+5+1 = 32 = 2^5

That pattern is helpful for quick checks. If your row 55 does not add to 3232, something went wrong.

Common Pascal's triangle mistakes

One common mistake is mixing up the row number. If one source starts counting rows at 11 instead of 00, the coefficient row for (a+b)n(a+b)^n will be labeled differently.

Another mistake is assuming the triangle gives the full expansion by itself. It gives the coefficients, but you still need to write the powers correctly.

A third mistake is adding entries that are not directly above the target position. Each interior number comes from exactly two neighbors in the row above.

When Pascal's triangle is used

Pascal's triangle is used to expand binomials, read binomial coefficients, count combinations, and recognize simple probability patterns. In school math, it often appears before or alongside the binomial theorem.

It is also useful as a quick check. If you already expanded (a+b)n(a+b)^n another way, the coefficients should match the corresponding row of the triangle.

Try a similar problem

Build row 66 from row 55, then use it to expand (m+n)6(m+n)^6. That is a clean way to practice both parts of the idea: generating the coefficients and placing the powers correctly.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →