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.

Slides:



Advertisements
Similar presentations
How to Play Checkers This presentation is a tutorial on how to play one of the oldest and most popular games in history. Presented by: Joshua Cox Project.
Advertisements

40S Applied Math Mr. Knight – Killarney School Slide 1 Unit: Probability Lesson: PR-L2 Pathway Problems Pathway Problems Learning Outcome B-4 PR-L2 Objectives:
Recursion (summary). Two Categories  Translation of recursive definition  Factorial: fact(1) = 1; fact(N) = N * fact(N-1)  Mystery: m(0) = 0; m(1)
4.2 Pascal’s Triangle. Consider the binomial expansions… Let’s look at the coefficients…
Pascal’s Triangle.
Pascal’s Triangle: The Stepping Stone Game
Fundamentals of Mathematics Pascal’s Triangle – An Investigation March 20, 2008 – Mario Soster.
What percentage of the numbers in Pascal’s Triangle are even?
Feb. 2005Counting ProblemsSlide 1 Counting Problems A Lesson in the “Math + Fun!” Series.
More Probability and Counting Friday, April 9, 2004.
Module 6 Matrices & Applications Chapter 26 Matrices and Applications I.
Long Multiplication What is long multiplication?
PASCAL’S TRIANGLE. * ABOUT THE MAN * CONSTRUCTING THE TRIANGLE * PATTERNS IN THE TRIANGLE * PROBABILITY AND THE TRIANGLE.
PowerPoint Created By Nicholas Albanese
Matthew Marcon Project 19 1/10/12
Blaise Pascal Born: June 19, 1623 Clermont Auvergne, France
From Counting to Pascal: A Journey through Number Theory, Geometry, and Calculus NYS Master Teachers March 9, 2015 Dave Brown – Slides.
Set Theory Topic 1: Logical Reasoning. I can determine and explain a strategy to solve a puzzle. I can verify a strategy to win a game. I can analyze.
Blaise Pascal and Pascal’s Triangle. PASCAL’S TRIANGLE * ABOUT THE MAN * CONSTRUCTING THE TRIANGLE * PATTERNS IN THE TRIANGLE * PROBABILITY AND THE TRIANGLE.
Warm Up 2/1/11 1.What is the probability of drawing three queens in a row without replacement? (Set up only) 2.How many 3 letter permutations can be made.
Expected Value Reprise CP Canoe Club Duck Derby  Maximum of tickets sold  $5/ticket Prizes  1) 12 VIP tickets to Cirque du Soleil ($2,000) 
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
How to Play Checkers This presentation is a tutorial on how to play on of the oldest and most popular games in history. Presented By: Cathryn Depuy Project.
Mazy Task Task 1Task 2Task 3Task 4 Task 5Task 6Task 7Task 8 Task 9Task 10 NC Level 4 to 7.
Pascal’s Triangle and the Binomial Theorem Chapter 5.2 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U.
CS1101X: Programming Methodology Recitation 6 Arrays I.
Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
Trigonometry – Right Angled Triangles By the end of this lesson you will be able to identify and calculate the following: 1. Who was Pythagoras 2. What.
Whiteboardmaths.com © 2004 All rights reserved
How To Play Checkers This Presentation on how to play one of the oldest and most popular games in history. Gage Holzhauer Checkers 1/18/12.
Probability Distributions and Expected Value Chapter 5.1 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U Authors:
Everyday Math 2 nd Grade Unit 2 Lesson 3 Doubles Facts I can review and practice doubles facts.
Patrick Racy Project 19 1/9/12
The Galton board The Galton board (or Quincunx) was devised by Sir Francis Galton to physically demonstrate the relationship between the binomial and normal.
CS1101X: Programming Methodology Recitation 6 Arrays I.
Pascal’s Triangle Is a famous number pattern that has use in the study of counting… Pascal's Triangle is named after Blaise Pascal in much of the western.
Differences What questions would a mathematician ask?
PROBLEM OF THE DAY Pythagoras ( B.C.) was one of the world’s most interesting mathematicians. He believed that everything followed a strict pattern.
Complete “You Try” section p.11 in your workbook!
Chapter 12.5 The Binomial Theorem.
Name the type of triangle shown below.
Simplifying 1 + 2a + b + 1 a + b a + b + 1 2a b + a + b
PASCAL’S TRIANGLE.
The Binomial Expansion Chapter 7
7.7 pascal’s triangle & binomial expansion
Blaise Pascal ( ).
Pascal’s Triangle Permission Pending By. Ms. Barnes.
Minds on! CP Canoe Club Duck Derby Prizes
Presented by: Jacob Thurston Project 19 – How to Play Checkers 3/8/12
PASCAL TRIANGLE
Ch 4.2: Adding, Subtracting, and Multiplying Polynomials
Why do people believe in God(s)?
4-2 The Binomial Theorem Use Pascal’s Triangle to expand powers of binomials Use the Binomial Theorem to expand powers of binomials.
Patterns, Patterns, and more Patterns!
Pathways and Pascal's Triangle.
Pascal’s Triangle MDM 4U Lesson 5.1.
Warm up:.
Discovering Special Triangles
Applying Pascal’s Triangle
4.5 Applications of Pascal’s Triangle
Simplifying 1 + 2a + b + 1 a + b a + b + 1 2a b + a + b
Warm Up
PASCAL’S TRIANGLE.
Presented By Farheen Sultana Ist Year I SEM
Pascal’s Triangle: The Stepping Stone Game
Section 6.3 Combinations with Pascal’s Triangle
9 x 14 9 x 12 Calculate the value of the following: 1 8 × 12 =
Special Right Triangles
CheckerBoard Square 1 has 8 Row of Squares Dark Square Light Square 1
Algebra 2 Ch.6 Notes Page 23 P Pascal's Triangle and The Binomial Theorem.
Presentation transcript:

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