PASCAL’S TRIANGLE Unit 1, Day 10
Pascal’s Wager “If God does not exist, one will lose nothing by believing in Him, while if he does exist, one will lose everything by not believing.”
The Triangle Pascal’s Triangle is an arrangement of numbers that has fascinated mathematicians for a long time. The triangle has been found to be very useful in the study of mathematics, especially in probability theory Q: What is the pattern used to create each row?
Continued… n = 0 n = 1 n = 2 n = 3 r = 0 r = 1 r = 2 r = 3
Pascal’s Identity This gives us Pascal’s Identity: We can use Pascal’s Triangle to help us determine the number of possible pathways through any grid system.
Example #1: Routes on a Checkerboard A checker is placed on a game board as shown below. Determine the number of paths the checker may take to get to each allowable square on the board if it can move only diagonally forward one square at a time. Hint: Indicate in each square the cumulative number of possible routes that led to it.
Example #2: Word Arrangements Using the arrangements of letters of the word STATS, compute the number of paths that spell STATS, if all paths must start at the top and move diagonally down.
Homework p 289 #1, 7, 8, 11