®

Online Calculators

Pascal's Triangle Calculator

Pascal's Triangle Calculator
\[ a_{n,k} \equiv \frac{n!}{( k! (n - k)! )} \]
 
Number at
,
Answer:

Share this Calculator & Page

Calculator Use

The Pascal's Triangle Calculator generates multiple rows, specific rows or finds individual entries in Pascal's Triangle.

What is Pascal's Triangle

Pascal's triangle is triangular-shaped arrangement of numbers in rows (n) and columns (k) such that each number (a) in a given row and column is calculated as n factorial, divided by k factorial times n minus k factorial. The formula is:

\[ a_{n,k} \equiv \frac{n!}{( k! (n - k)! )} \equiv \binom{n}{k} \]

Note that row and column notation begins with 0 rather than 1. So denoting the number in the first row is a0,0, the second row is a1,0, a1,1, the third row is a2,0, a2,1, a2,2, etc. Also for any single element the column number is less than or equal to its row number, k ≤ n.

What is Pascal's Triangle Used For?

Pascal's triangle is useful in calculating:

  • Binomial expansion
  • Probability
  • Combinatorics

In the binomial expansion of (x + y)n, the coefficients of each term are the same as the elements of the nth row in Pascal's triangle. For example if you had (x + y)4 the coefficients of each of the xy terms are the same as the numbers in row 4 of the triangle: 1, 4, 6, 4, 1. Keep in mind that where there is no coefficient it's the same as having a coefficient of 1.

(x + y)4 = x4 + 4x3y + 6x2y2 + 4xy3 + y4

In probability problems, where there is equal chance of either of two outcomes of an event, the total number of outcomes for n events is the sum of the elements in the nth row of the triangle.

For example, sum the numbers in the 3rd row of Pascal's triangle: 1 + 3 + 3 + 1 = 8. So if you were going to toss a coin 3 times in a row, there would be 8 possible outcomes of your sequence of heads/tails: H H H, H H T, H T H, T H H, H T T, T H T, T T H, T T T.

Then you can determine what is the probability that you'd get 1 heads and 2 tails in 3 sequential coin tosses. 3 / 8 = 37.5%.

In combinations problems, Pascal's triangle indicates the number of different ways of choosing k items out of a total of n. You'll find this number in the kth column of the nth row of the triangle.

Say you wanted to know how many different ways you could select 2 days out of 5 weekdays. Go to the 5th row of Pascal's triangle below, and look at the 2nd column. The 2nd number in the 5th row is 10. (Remember, the first row of the triangle is counted as 0, and the first number in any row is counted as 0.)

Combinations Calculator for 2 samples from 5 objects.

Example: Pascal's Triangle Rows 0 through 5

0)
 
  
  
  
  
  
1
  
  
  
  
  
1)
 
  
  
  
  
1
  
1
  
  
  
  
2)
 
  
  
  
1
  
2
  
1
  
  
  
3)
 
  
  
1
  
3
  
3
  
1
  
  
4)
 
  
1
  
4
  
6
  
4
  
1
  
5)
 
1
  
5
  
10
  
10
  
5
  
1

Patterns in Pascal's Triangle

  • Each entry is the sum of the two entries above it. Add the upper left and the upper right diagonals to calculate an entry. When an upper diagonal does not exist use 0.
  • The second entry and second to last entry in each row is the number of that row (as the first row is row 0). After 0, the row numbers are the natural numbers, counting numbers, or positive integers.
  • The entries of the triangle are symmetrical around the center column not including the center column.
  • The sum of the entries of any row is two times the the sum of the row preceding it.

For more patterns of Pascal's Triangle see Wikipedia Pascal's Triangle Patterns and Properties.

References

Stover, Christopher and Weisstein, Eric W. "Pascal's Triangle." From MathWorld--A Wolfram Web Resource.

 

Cite this content, page or calculator as:

Furey, Edward "Pascal's Triangle Calculator" at https://www.calculatorsoup.com/calculators/discretemathematics/pascals-triangle.php from CalculatorSoup, https://www.calculatorsoup.com - Online Calculators

Last updated: September 17, 2023

Follow CalculatorSoup:

0