Pascal's Triangle
One of the most interesting Number Patterns is Pascal's Triangle (named after Blaise Pascal, a famous French Mathematician and Philosopher). To build the triangle, start with "1" at the top, then continue placing numbers below it in a triangular pattern. Each number is the numbers directly above it added together. (Here I have highlighted that 1+3 = 4) |
Patterns Within the Triangle
Diagonals
The first diagonal is, of course, just "1"sThe next diagonal has the Counting Numbers (1,2,3, etc).
The third diagonal has the triangular numbers
(The fourth diagonal, not highlighted, has the tetrahedral numbers.)
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
What do you notice about the horizontal sums?Is there a pattern?
They double each time (powers of 2).
Exponents of 11
Each line is also the powers (exponents) of 11:- 110=1 (the first line is just a "1")
- 111=11 (the second line is "1" and "1")
- 112=121 (the third line is "1", "2", "1")
- etc!
SquaresFor 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:
|
Fibonacci Sequence
Try this: make a pattern by going up and then along, then add up the values (as illustrated) ... you will get the Fibonacci Sequence.(The Fibonacci Sequence starts "0, 1" and then continues by adding the two previous numbers, for example 3+5=8, then 5+8=13, etc)
Odds and Evens
If you color the Odd and Even numbers, you end up with a pattern the same as the Sierpinski TriangleUsing Pascal's Triangle
Heads and Tails
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.
Tosses | Possible Results (Grouped) | Pascal's Triangle |
---|---|---|
1 | H T | 1, 1 |
2 | HH HT TH TT | 1, 2, 1 |
3 | HHH HHT, HTH, THH HTT, THT, TTH TTT | 1, 3, 3, 1 |
4 | HHHH HHHT, HHTH, HTHH, THHH HHTT, HTHT, HTTH, THHT, THTH, TTHH HTTT, THTT, TTHT, TTTH TTTT | 1, 4, 6, 4, 1 |
... etc ... |
No comments:
Post a Comment