Pascals Triangle HTML PDF
Pascals Triangle HTML PDF
About Ads
Select Language ▼
Pascal's Triangle
One of the most interesting Number Patterns is Pascal's Triangle (named 1
after Blaise Pascal, a famous French Mathematician and Philosopher).
1 1
To build the triangle, start with "1" at the top, then continue
1 2 1
placing numbers below it in a triangular pattern.
1 3 3 1
Each number is the numbers directly above it added
together. 1 4 6 4 1
1 4 6 4 1
(The fourth diagonal, not highlighted, has the
1 5 10 10 5 1 tetrahedral numbers .)
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
Symmetrical
The triangle is also symmetrical . The numbers on the left side have identical matching numbers on
the right side, like a mirror image.
Horizontal Sums
Is there a pattern?
Exponents of 11
etc!
But what happens with 115 ? Simple! The digits just overlap, like this:
Squares
For the second diagonal, the square of a number is equal to the sum of the numbers next to it and
below both of those.
Examples:
32 = 3 + 6 = 9,
42 = 6 + 10 = 16,
52 = 10 + 15 = 25,
...
There is a good reason, too ... can you think of it? (Hint:
42=6+10, 6=3+2+1, and 10=4+3+2+1)
Fibonacci Sequence
If you color the Odd and Even numbers, you end up with a pattern the
same as the Sierpinski Triangle
Pascal's Triangle can show you how many ways heads and tails can combine. This can then show
you the probability of any combination.
For example, if you toss a coin three times, there is only one combination that will give you three
heads (HHH), but there are three that will give two heads and one tail (HHT, HTH, THH), also three
that give one head and two tails (HTT, THT, TTH) and one for all Tails (TTT). This is the pattern
"1,3,3,1" in Pascal's Triangle.
1 H 1, 1
T
HH
2 HT TH 1, 2, 1
TT
HHH
HHT, HTH, THH
3 1, 3, 3, 1
HTT, THT, TTH
TTT
HHHH
HHHT, HHTH, HTHH, THHH
4 HHTT, HTHT, HTTH, THHT, THTH, TTHH 1, 4, 6, 4, 1
HTTT, THTT, TTHT, TTTH
TTTT
Example: What is the probability of getting exactly two heads with 4 coin
tosses?
There are 1+4+6+4+1 = 16 (or 24=16) possible results, and 6 of them give exactly two
heads. So the probability is 6/16, or 37.5%
Combinations
The triangle also shows you how many Combinations of objects are possible.
Example: You have 16 pool balls. How many different ways could you choose
just 3 of them (ignoring the order that you select them)?
Answer: go down to the start of row 16 (the top row is 0), and then along 3 places (the first
place is 0) and the value there is your answer, 560.
1 14 91 364 ...
1 15 105 455 1365 ...
1 16 120 560 1820 4368 ...
In fact there is a formula from Combinations for working out the value at any place in Pascal's
triangle:
It is commonly called "n choose k" and written like this:
Notation: "n choose k" can also be written C(n,k), nCk or even nCk.
The "!" is " factorial " and means to multiply a series of descending
natural numbers. Examples:
4! = 4 × 3 × 2 × 1 = 24
7! = 7 × 6 × 5 × 4 × 3 × 2 × 1 = 5040
1! = 1
This can be very useful ... you can now work out any value in Pascal's Triangle directly (without
calculating the whole triangle above it).
Polynomials
Pascal's Triangle can also show you the coefficients in binomial expansion :
2 (x + 1)2 = 1x2 + 2x + 1 1, 2, 1
4 1, 4, 6, 4, 1
(x + 1)4 = 1x4 + 4x3 + 6x2 + 4x + 1
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
1 8 28 56 70 56 28 8 1
1 9 36 84 126 126 84 36 9 1
1 10 45 120 210 252 210 120 45 10 1
1 11 55 165 330 462 462 330 165 55 11 1
1 12 66 220 495 792 924 792 495 220 66 12 1
1 13 78 286 715 1287 1716 1716 1287 715 286 78 13 1
1 14 91 364 1001 2002 3003 3432 3003 2002 1001 364 91 14 1
It is from the front of Chu Shi-Chieh's book "Ssu Yuan Yü Chien" (Precious
Mirror of the Four Elements), written in AD 1303 (over 700 years ago, and
more than 300 years before Pascal!), and in the book it says the triangle was known about more
than two centuries before that.
The Quincunx
An amazing little machine created by Sir Francis Galton is a Pascal's Triangle
made out of pegs. It is called The Quincunx .
Balls are dropped onto the first peg and then bounce down to the bottom of
the triangle where they collect in little bins.
At first it looks completely random (and it is), but then you find the balls pile
up in a nice pattern: the Normal Distribution.
Activity: Subsets