Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Pascal's Triangle is a triangular array of numbers built by starting with 1 at the top and placing each new number as the sum of the two numbers above it. It matters because the same simple pattern appears in algebra, counting, probability, and number theory. Students use it to expand powers like (a + b)^n and to count combinations without listing every possibility.

Its visual structure makes hidden patterns in mathematics easier to see.

Each row of Pascal's Triangle contains binomial coefficients, which count how many ways a certain number of items can be chosen from a larger set. The triangle is symmetric because choosing k items from n is equivalent to leaving out n - k items. Diagonals reveal counting sequences such as natural numbers, triangular numbers, and tetrahedral numbers.

When entries are colored by divisibility, the triangle also shows fractal-like patterns that connect arithmetic to geometry.

Understanding Pascal's Triangle and Its Patterns

One useful way to understand an entry is to think about routes through the triangle. Begin at the top and move down one row at a time. At every step, choose a left branch or a right branch.

The number in a position tells how many different routes reach that position. For example, a number of six means there are six different orders of left and right moves that end there. This route idea explains why nearby entries combine.

Every route arriving at one spot must have come from one of the two spots above it. It also gives a concrete meaning to combinations. Choosing three students from five can be treated as recording five decisions about whether each student is chosen.

The link with algebra comes from repeated multiplication. When multiplying several copies of a bracket containing two terms, each factor contributes one choice. To build a term with two copies of one variable and one copy of the other, a student must choose which two factors supplied the first variable.

Different choice orders can create the same final term, so their contributions must be collected. The counts in a row tell how many equal terms are collected. Thus the coefficients for the third power of x plus y are one, three, three, one.

The exponents change in opposite directions across the expansion. One exponent falls by one each step, while the other rises by one. This is a reliable check for errors.

Patterns across diagonals reveal other number sequences. Adding shallow diagonals produces the Fibonacci numbers. A typical diagonal total is found by taking entries that slope upward to the right, then adding them.

Each new total comes from the previous two totals because of the triangle's local addition rule. The hockey stick pattern works differently. Add entries along a diagonal, such as one, three, six, and ten.

Their total is twenty, found one row lower at the end of a nearby diagonal. This pattern is useful for adding long counting sequences without adding every term separately. It shows that the triangle stores results about sums as well as individual counts.

Probability gives the entries a practical meaning. In four fair coin tosses, there are sixteen equally likely outcome strings. Exactly two heads can occur in six of them, so its probability is six out of sixteen.

The row values one, four, six, four, one count the ways to get zero, one, two, three, or four heads. The total number of outcomes doubles with every extra toss, which explains the powers of two in row totals. When studying the triangle, pay close attention to row numbering.

Some books call the top row row zero, while others call it row one. Both systems work, but mixing them causes wrong answers. It helps to draw a few rows, label positions carefully, and connect every number to a counting situation.

Key Facts

  • Each entry is found by adding the two entries above it: C(n, k) = C(n - 1, k - 1) + C(n - 1, k).
  • The outside edges of Pascal's Triangle are always 1 because C(n, 0) = 1 and C(n, n) = 1.
  • Row n gives the coefficients of (a + b)^n, so (a + b)^4 = a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4.
  • The sum of the entries in row n is 2^n.
  • The triangle is symmetric: C(n, k) = C(n, n - k).
  • The formula for an entry is C(n, k) = n! / (k!(n - k)!).

Vocabulary

Pascal's Triangle
A triangular arrangement of numbers where each interior number is the sum of the two numbers directly above it.
Binomial coefficient
A number C(n, k) that counts the ways to choose k objects from n objects and appears in binomial expansions.
Combination
A selection of items where order does not matter.
Row
A horizontal level of Pascal's Triangle, often numbered starting with row 0 at the top.
Symmetry
A matching pattern on opposite sides of a shape or arrangement, such as equal entries across the center of Pascal's Triangle.

Common Mistakes to Avoid

  • Starting row numbers at 1 without checking the convention. Many formulas use row 0 at the top, so using row 1 can shift every answer by one row.
  • Adding the wrong pair of numbers when building the triangle. Each interior entry must be the sum of the two entries directly above it, not the numbers beside it in the same row.
  • Forgetting that Pascal's Triangle coefficients match descending and ascending powers. In (a + b)^n, the powers of a decrease from n to 0 while the powers of b increase from 0 to n.
  • Treating combinations as if order matters. C(n, k) counts unordered selections, so choosing A then B is the same as choosing B then A.

Practice Questions

  1. 1 Write row 6 of Pascal's Triangle, using row 0 as the top row.
  2. 2 Use Pascal's Triangle to expand (x + 2)^5.
  3. 3 Explain why row 5 of Pascal's Triangle is symmetric without just saying that the numbers look the same.