Pascal's Triangle
Pascal's Triangle
Link
Here
Pascal's Triangle
A really interesting Number
1
Patterns is Pascal's Triangle
(named after Blaise Pascal, a
1 1
famous French Mathematician
and Philosopher). 1 2 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
Diagonals
Symmetrical
1 1
1 1 2
1 2 1 4
1 3 3 1 8
1 4 6 4 1 16
1 5 10 10 5 1 32
1 6 15 20 15 6 1 64
1 7 21 35 35 21 7 1 128
1 8 28 56 70 56 28 8 1 256
Horizontal Sums
Is there a pattern?
11 0 = 1 1
11 1 = 11 1 1
11 2 = 121 1 2 1
11 3 = 1331 1 3 3 1
11 4 = 14641 1 4 6 4 1
11 5 = 161051 1 5 10 10 5 1
11 6 = 1771561 1 6 15 20 15 6 1
Exponents of 11
1 51010 5 1
161051
The same thing happens with 116 etc.
1 Squares
1 1
1 2 1
42= 6 + 10
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
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)
1 1
1 1 1 1
2 1+1 2 1
3 1+2 3 3 1
5 1+3+1 1 4 6 4 1
8 1+4+31 1 5 10 10 5 1
13 1+5+6+1 1 6 15 20 15 6 1
21 1+6+10+4 1 7 21 35 35 21 7 1
Fibonacci Sequence
Paths
Example: there is only one path from the top down to any
"1"
1 1
1 2 1
1 3 3 1
1 1
1 2 1
1 3 3 1
1 1
1 2 1
1 3 3 1
Your turn, see if you can find all the paths down to the "6":
1 1
1 2 1
1 3 3 1
1 4 6 4 1
Pascal's
Tosses Possible Results (Grouped)
Triangle
H
1 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
HHTT, HTHT, HTTH, THHT, THTH,
4 1, 4, 6, 4, 1
TTHH
HTTT, THTT, TTHT, TTTH
TTTT
Combinations
n!
It is commonly called "n choose k" and k!(n−k)!
written like this:
=
n
k ( )
Notation: "n choose k" can also be written C(n,k), nCk or
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
() 0
0
() 1
0 () 1
1
() 2
0 () 2
1 () 2
2
() 3
0 () 3
1 () 3
2 () 3
3
() 4
0 ( 41) ( 42) ( 43) ( 44)
So Pascal's Triangle could also be
an "n choose k" triangle like this one.
( ) 4
2
=
4!
2!(4−2)!
=
4!
2!2!
=
4×3×2×1
2×1×2×1
=6
This can be very useful ... we can now find any value in
Pascal's Triangle directly (without calculating the whole
triangle above it).
Polynomials
Pascal's
Power Binomial Expansion
Triangle
2 (x + 1)2 = 1x2 + 2x + 1 1, 2, 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
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 .
Mathopolis: Q1 Q2 Q3 Q4 Q5
Q6 Q7 Q8 Q9 Q10 Q11
Activity: Subsets