SlideShare a Scribd company logo
1 of 24
PASCAL’S TRIANGLE
PASCAL’S TRIANGLE
* ABOUT THE MAN
* CONSTRUCTING THE TRIANGLE
* PATTERNS IN THE TRIANGLE
* PROBABILITY AND THE TRIANGLE
Blaise Pascal
JUNE 19,1623-AUGUST 19, 1662
*French religious philosopher, physicist, and
mathematician.
*“Thoughts on Religion”. (1655)
*Syringe, and Pascal’s Law. (1647-1654)
*First Digital Calculator. (1642-1644)
*Modern Theory of Probability/Pierre de Fermat. (1654)
*Chinese mathematician Yanghui, 500 years
before Pascal; Eleventh century Persian
mathematician and poet Omar Khayam.
*Pascal was first to discover the importance of the
patterns.
CONSTRUCTING THE TRIANGLE
* START AT THE TOP OF THE TRIANGLE WITH
THE NUMBER 1; THIS IS THE ZERO ROW.
* NEXT, INSERT TWO 1s. THIS IS ROW 1.
* TO CONSTRUCT EACH ENTRY ON THE NEXT
ROW, INSERT 1s ON EACH END,THEN ADD
THE TWO ENTRIES ABOVE IT TO THE LEFT
AND RIGHT (DIAGONAL TO IT).
* CONTINUE IN THIS FASHION INDEFINITELY.
1
CONSTRUCTING THE TRIANGLE
1 ROW 0
1 1 ROW 1
1 2 1 ROW 2
1 3 3 1 ROW 3
1 4 6 4 1 R0W 4
1 5 10 10 5 1 ROW 5
1 6 15 20 15 6 1 ROW 6
1 7 21 35 35 21 7 1 ROW 7
1 8 28 56 70 56 28 8 1 ROW 8
1 9 36 84 126 126 84 36 9 1 ROW 9
2
PALINDROMES
EACH ROW OF NUMBERS PRODUCES A
PALINDROME.
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
THE TRIANGULAR NUMBERS
ONE OF THE POLYGONAL NUMBERS
FOUND IN THE SECOND DIAGONAL
BEGINNING AT THE SECOND ROW.
1
THE TRIANGULAR NUMBERS
1
1 1 * {15}
{1} 2 1 * * *
1 {3} 3 1 * * {10} * * *
1 4 {6} 4 1 * * * * * * *
1 5 10 {10} 5 1 * * * * * * * * *
1 6 15 20 {15} 6 1
*
* * * {6}
* {1} * * {3} * * *
2
THE SQUARE NUMBERS
ONE OF THE POLYGONAL NUMBERS
FOUND IN THE SECOND DIAGONAL
BEGINNING AT THE SECOND ROW.
THIS NUMBER IS THE SUM OF THE
SUCCESSIVE NUMBERS IN THE
DIAGONAL.
1
THE SQUARE NUMBERS
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
2
THE SQUARE NUMBERS
1
1 1
1 2 1
1 (3) 3 1 * * *
1 4 (6) 4 1 * * *
1 5 10 10 5 1 * * *
1 615 20 15 6 1
3
THE SQUARE NUMBERS
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 * * * *
4
THE SQUARE NUMBERS
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 * * * * *
5
THE HOCKEY STICK PATTERN
IF A DIAGONAL OF ANY LENTH IS
SELECTED AND ENDS ON ANY
NUMBER WITHIN THE TRIANGLE,
THEN THE SUM OF THE NUMBERS IS
EQUAL TO A NUMBER ON AN
ADJECENT DIAGONAL BELOW IT.
1
THE HOCKEY STICK PATTERN
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
2
THE SUM OF THE ROWS
THE SUM OF THE NUMBERS IN ANY
ROW IS EQUAL TO 2 TO THE “Nth”
POWER ( “N” IS THE NUMBER OF THE
ROW).
1
THE SUM OF THE ROWS
2 TO THE 0TH POWER=1 1
2 TO THE 1ST POWER=2 1 1
2 TO THE 2ND POWER=4 1 2 1
2 TO THE 3RD POWER=8 1 3 3 1
2 TO THE 4TH POWER=16 1 4 6 4 1
2 TO THE 5TH POWER=32 1 5 10 10 5 1
2 TO THE 6TH POWER=64 1 6 15 20 15 6 1
2
PRIME NUMBERS
IF THE 1ST ELEMENT IN A ROW IS A
PRIME NUMBER, THEN ALL OF THE
NUMBERS IN THAT ROW, EXCLUDING
THE 1s, ARE DIVISIBLE BY THAT PRIME
NUMBER.
1
PRIME NUMBERS
I
1 1 THE FIRST ELEMENTS IN ROWS
1 2 1 THREE, FIVE, AND SEVEN
1 *3 3 1 ARE PRIME NUMBERS.
1 4 6 4 1 NOTICE THAT THE OTHER
1 *5 10 10 5 1 NUMBERS ON THESE ROWS,
1 6 15 20 15 6 1 EXCEPT THE ONES, ARE
1 *7 21 35 35 21 7 1 DIVISIBLE BY THE FIRST
1 8 28 56 70 56 28 8 1 ELEMENT.
1 9 36 84126126 84 36 9 1
2
PROBABILITY/COMBINATIONS
PASCAL’S TRIANGLE CAN BE USED IN PROBABILITY
COMBINATIONS. LET’S SAY THAT YOU HAVE FIVE
HATS ON A RACK, AND YOU WANT TO KNOW HOW
MANY DIFFERENT WAYS YOU CAN PICK TWO OF
THEM TO WEAR. IT DOESN’T MATTER TO YOU
WHICH HAT IS ON TOP. IT JUST MATTERS WHICH
TWO HATS YOU PICK. SO THE QUESTION IS “HOW
MANY DIFFERENT WAYS CAN YOU PICK TWO
OBJECTS FROM A SET OF FIVE OBJECTS….” THE
ANSWER IS 10. THIS IS THE SECOND NUMBER IN
THE FIFTH ROW. IT IS EXPRESSED AS 5:2, OR FIVE
CHOOSE TWO.
1
PROBABILITY/COMBINATIONS
ROW O 1
ROW 1 1 1
ROW 2 1 2 1
ROW 3 1 3 3 1
ROW 4 1 4 6 4 1
ROW 5 --------------- 1 5 (10) 10 5 1
ROW 6 1 6 15 20 15 6 1
ROW 7 1 7 21 35 35 21 7 1
2
PROBABILITY/COMBINATIONS
HOW MANY COMBINATIONS OF THREE
LETTERS CAN YOU MAKE FROM THE
WORD FOOTBALL? USING THE
TRIANGLE YOU WOULD EXPRESS
THIS AS 8:3, OR EIGHT CHOOSE
THREE. THE ANSWER IS 56. THIS IS
THE THIRD NUMBER IN THE EIGHTH
ROW.
3
PROBABILITY/COMBINATIONS
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
ROW 8---------1 8 28 (56) 70 56 28 8 1
1 9 36 84 126 126 84 36 9 1
4
PASCAL’S TRIANGLE

More Related Content

Similar to PASCAL’S TRIANGLE.ppt

MATHEMATICS 4 - FRACTIONS - PART III - CHANGING FRACTIONS TO LOWEST TERMS.pdf
MATHEMATICS 4 - FRACTIONS - PART III - CHANGING FRACTIONS TO LOWEST TERMS.pdfMATHEMATICS 4 - FRACTIONS - PART III - CHANGING FRACTIONS TO LOWEST TERMS.pdf
MATHEMATICS 4 - FRACTIONS - PART III - CHANGING FRACTIONS TO LOWEST TERMS.pdfMarichouGargar
 
Neet ii-2016-question-paper
Neet ii-2016-question-paperNeet ii-2016-question-paper
Neet ii-2016-question-paperHFI Education
 
Gate 2016 ce paper ii mathematics q1
Gate 2016 ce paper ii mathematics q1Gate 2016 ce paper ii mathematics q1
Gate 2016 ce paper ii mathematics q1Mickey Boz
 
Pascal’s triangle and its applications and properties
Pascal’s triangle and its applications and propertiesPascal’s triangle and its applications and properties
Pascal’s triangle and its applications and propertiesJordan Leong
 
23T1W3 Mathematics ppt on Number Sequence.ppt
23T1W3 Mathematics ppt on Number Sequence.ppt23T1W3 Mathematics ppt on Number Sequence.ppt
23T1W3 Mathematics ppt on Number Sequence.pptRuthAdelekun1
 
How To Make Multiplication Chart Without Knowing Your Times Tables
How To Make Multiplication Chart Without Knowing Your Times TablesHow To Make Multiplication Chart Without Knowing Your Times Tables
How To Make Multiplication Chart Without Knowing Your Times TablesWilliam Garrett
 
4[.5a Box Whiskers
4[.5a Box Whiskers4[.5a Box Whiskers
4[.5a Box Whiskerstaco40
 
Programming's Greatest Hits of the 60s and 70s
Programming's Greatest Hits of the 60s and 70sProgramming's Greatest Hits of the 60s and 70s
Programming's Greatest Hits of the 60s and 70sMichelle Brush
 
[Maths] arithmetic
[Maths] arithmetic[Maths] arithmetic
[Maths] arithmeticOurutopy
 
Exp, Sci Not, Square Root
Exp, Sci Not, Square RootExp, Sci Not, Square Root
Exp, Sci Not, Square Rootjenpenbrad
 

Similar to PASCAL’S TRIANGLE.ppt (12)

MATHEMATICS 4 - FRACTIONS - PART III - CHANGING FRACTIONS TO LOWEST TERMS.pdf
MATHEMATICS 4 - FRACTIONS - PART III - CHANGING FRACTIONS TO LOWEST TERMS.pdfMATHEMATICS 4 - FRACTIONS - PART III - CHANGING FRACTIONS TO LOWEST TERMS.pdf
MATHEMATICS 4 - FRACTIONS - PART III - CHANGING FRACTIONS TO LOWEST TERMS.pdf
 
Neet ii-2016-question-paper
Neet ii-2016-question-paperNeet ii-2016-question-paper
Neet ii-2016-question-paper
 
Gate 2016 ce paper ii mathematics q1
Gate 2016 ce paper ii mathematics q1Gate 2016 ce paper ii mathematics q1
Gate 2016 ce paper ii mathematics q1
 
Pascal’s triangle and its applications and properties
Pascal’s triangle and its applications and propertiesPascal’s triangle and its applications and properties
Pascal’s triangle and its applications and properties
 
23T1W3 Mathematics ppt on Number Sequence.ppt
23T1W3 Mathematics ppt on Number Sequence.ppt23T1W3 Mathematics ppt on Number Sequence.ppt
23T1W3 Mathematics ppt on Number Sequence.ppt
 
Patterns in numbers
Patterns in numbersPatterns in numbers
Patterns in numbers
 
How To Make Multiplication Chart Without Knowing Your Times Tables
How To Make Multiplication Chart Without Knowing Your Times TablesHow To Make Multiplication Chart Without Knowing Your Times Tables
How To Make Multiplication Chart Without Knowing Your Times Tables
 
4[.5a Box Whiskers
4[.5a Box Whiskers4[.5a Box Whiskers
4[.5a Box Whiskers
 
Programming's Greatest Hits of the 60s and 70s
Programming's Greatest Hits of the 60s and 70sProgramming's Greatest Hits of the 60s and 70s
Programming's Greatest Hits of the 60s and 70s
 
[Maths] arithmetic
[Maths] arithmetic[Maths] arithmetic
[Maths] arithmetic
 
Descriptive statistics by abdul ghafoor sajjad
Descriptive statistics by abdul ghafoor sajjadDescriptive statistics by abdul ghafoor sajjad
Descriptive statistics by abdul ghafoor sajjad
 
Exp, Sci Not, Square Root
Exp, Sci Not, Square RootExp, Sci Not, Square Root
Exp, Sci Not, Square Root
 

More from Izah Catli

Quarter III: Permutation and Combination
Quarter III: Permutation and CombinationQuarter III: Permutation and Combination
Quarter III: Permutation and CombinationIzah Catli
 
Math 9 : Quarter III Similarity : Ratio and Proportion
Math 9 : Quarter III Similarity : Ratio and ProportionMath 9 : Quarter III Similarity : Ratio and Proportion
Math 9 : Quarter III Similarity : Ratio and ProportionIzah Catli
 
bias-and-prejudice1-221121003535-0ece477d.pptx
bias-and-prejudice1-221121003535-0ece477d.pptxbias-and-prejudice1-221121003535-0ece477d.pptx
bias-and-prejudice1-221121003535-0ece477d.pptxIzah Catli
 
permutation with restriction 2.pptx
permutation with restriction 2.pptxpermutation with restriction 2.pptx
permutation with restriction 2.pptxIzah Catli
 
MISA-ng-ADBIYENTO.pptx
MISA-ng-ADBIYENTO.pptxMISA-ng-ADBIYENTO.pptx
MISA-ng-ADBIYENTO.pptxIzah Catli
 
MISA-ng-karaniwang-panahon.pptx
MISA-ng-karaniwang-panahon.pptxMISA-ng-karaniwang-panahon.pptx
MISA-ng-karaniwang-panahon.pptxIzah Catli
 
joint variation COT 2.pptx
joint variation COT 2.pptxjoint variation COT 2.pptx
joint variation COT 2.pptxIzah Catli
 
directvariation-final-140818095023-phpapp02.pptx
directvariation-final-140818095023-phpapp02.pptxdirectvariation-final-140818095023-phpapp02.pptx
directvariation-final-140818095023-phpapp02.pptxIzah Catli
 
laws_of_exponents_student_use.ppt
laws_of_exponents_student_use.pptlaws_of_exponents_student_use.ppt
laws_of_exponents_student_use.pptIzah Catli
 
Exponents Intro with Practice.ppt
Exponents Intro with Practice.pptExponents Intro with Practice.ppt
Exponents Intro with Practice.pptIzah Catli
 
Exponents Intro with Practice.ppt
Exponents Intro with Practice.pptExponents Intro with Practice.ppt
Exponents Intro with Practice.pptIzah Catli
 
altitude to the right triangle.pptx
altitude to the right triangle.pptxaltitude to the right triangle.pptx
altitude to the right triangle.pptxIzah Catli
 
circle theorem 2.ppt
circle  theorem 2.pptcircle  theorem 2.ppt
circle theorem 2.pptIzah Catli
 
discriminants.pptx
discriminants.pptxdiscriminants.pptx
discriminants.pptxIzah Catli
 
PROPORTIONALITY THEOREM.pptx
PROPORTIONALITY THEOREM.pptxPROPORTIONALITY THEOREM.pptx
PROPORTIONALITY THEOREM.pptxIzah Catli
 
Lesson 5 Arithmetic Sequences.pdf
Lesson 5 Arithmetic Sequences.pdfLesson 5 Arithmetic Sequences.pdf
Lesson 5 Arithmetic Sequences.pdfIzah Catli
 
measure of position for group data.pptx
measure of position for group data.pptxmeasure of position for group data.pptx
measure of position for group data.pptxIzah Catli
 
union and intersection of events.ppt
union and intersection of events.pptunion and intersection of events.ppt
union and intersection of events.pptIzah Catli
 

More from Izah Catli (20)

Quarter III: Permutation and Combination
Quarter III: Permutation and CombinationQuarter III: Permutation and Combination
Quarter III: Permutation and Combination
 
Math 9 : Quarter III Similarity : Ratio and Proportion
Math 9 : Quarter III Similarity : Ratio and ProportionMath 9 : Quarter III Similarity : Ratio and Proportion
Math 9 : Quarter III Similarity : Ratio and Proportion
 
bias-and-prejudice1-221121003535-0ece477d.pptx
bias-and-prejudice1-221121003535-0ece477d.pptxbias-and-prejudice1-221121003535-0ece477d.pptx
bias-and-prejudice1-221121003535-0ece477d.pptx
 
permutation with restriction 2.pptx
permutation with restriction 2.pptxpermutation with restriction 2.pptx
permutation with restriction 2.pptx
 
MISA-ng-ADBIYENTO.pptx
MISA-ng-ADBIYENTO.pptxMISA-ng-ADBIYENTO.pptx
MISA-ng-ADBIYENTO.pptx
 
MISA-ng-karaniwang-panahon.pptx
MISA-ng-karaniwang-panahon.pptxMISA-ng-karaniwang-panahon.pptx
MISA-ng-karaniwang-panahon.pptx
 
joint variation COT 2.pptx
joint variation COT 2.pptxjoint variation COT 2.pptx
joint variation COT 2.pptx
 
directvariation-final-140818095023-phpapp02.pptx
directvariation-final-140818095023-phpapp02.pptxdirectvariation-final-140818095023-phpapp02.pptx
directvariation-final-140818095023-phpapp02.pptx
 
laws_of_exponents_student_use.ppt
laws_of_exponents_student_use.pptlaws_of_exponents_student_use.ppt
laws_of_exponents_student_use.ppt
 
secant.ppt
secant.pptsecant.ppt
secant.ppt
 
Exponents Intro with Practice.ppt
Exponents Intro with Practice.pptExponents Intro with Practice.ppt
Exponents Intro with Practice.ppt
 
Exponents Intro with Practice.ppt
Exponents Intro with Practice.pptExponents Intro with Practice.ppt
Exponents Intro with Practice.ppt
 
altitude to the right triangle.pptx
altitude to the right triangle.pptxaltitude to the right triangle.pptx
altitude to the right triangle.pptx
 
circle theorem 2.ppt
circle  theorem 2.pptcircle  theorem 2.ppt
circle theorem 2.ppt
 
discriminants.pptx
discriminants.pptxdiscriminants.pptx
discriminants.pptx
 
circles.ppt
circles.pptcircles.ppt
circles.ppt
 
PROPORTIONALITY THEOREM.pptx
PROPORTIONALITY THEOREM.pptxPROPORTIONALITY THEOREM.pptx
PROPORTIONALITY THEOREM.pptx
 
Lesson 5 Arithmetic Sequences.pdf
Lesson 5 Arithmetic Sequences.pdfLesson 5 Arithmetic Sequences.pdf
Lesson 5 Arithmetic Sequences.pdf
 
measure of position for group data.pptx
measure of position for group data.pptxmeasure of position for group data.pptx
measure of position for group data.pptx
 
union and intersection of events.ppt
union and intersection of events.pptunion and intersection of events.ppt
union and intersection of events.ppt
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 

PASCAL’S TRIANGLE.ppt

  • 2. PASCAL’S TRIANGLE * ABOUT THE MAN * CONSTRUCTING THE TRIANGLE * PATTERNS IN THE TRIANGLE * PROBABILITY AND THE TRIANGLE
  • 3. Blaise Pascal JUNE 19,1623-AUGUST 19, 1662 *French religious philosopher, physicist, and mathematician. *“Thoughts on Religion”. (1655) *Syringe, and Pascal’s Law. (1647-1654) *First Digital Calculator. (1642-1644) *Modern Theory of Probability/Pierre de Fermat. (1654) *Chinese mathematician Yanghui, 500 years before Pascal; Eleventh century Persian mathematician and poet Omar Khayam. *Pascal was first to discover the importance of the patterns.
  • 4. CONSTRUCTING THE TRIANGLE * START AT THE TOP OF THE TRIANGLE WITH THE NUMBER 1; THIS IS THE ZERO ROW. * NEXT, INSERT TWO 1s. THIS IS ROW 1. * TO CONSTRUCT EACH ENTRY ON THE NEXT ROW, INSERT 1s ON EACH END,THEN ADD THE TWO ENTRIES ABOVE IT TO THE LEFT AND RIGHT (DIAGONAL TO IT). * CONTINUE IN THIS FASHION INDEFINITELY. 1
  • 5. CONSTRUCTING THE TRIANGLE 1 ROW 0 1 1 ROW 1 1 2 1 ROW 2 1 3 3 1 ROW 3 1 4 6 4 1 R0W 4 1 5 10 10 5 1 ROW 5 1 6 15 20 15 6 1 ROW 6 1 7 21 35 35 21 7 1 ROW 7 1 8 28 56 70 56 28 8 1 ROW 8 1 9 36 84 126 126 84 36 9 1 ROW 9 2
  • 6. PALINDROMES EACH ROW OF NUMBERS PRODUCES A PALINDROME. 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
  • 7. THE TRIANGULAR NUMBERS ONE OF THE POLYGONAL NUMBERS FOUND IN THE SECOND DIAGONAL BEGINNING AT THE SECOND ROW. 1
  • 8. THE TRIANGULAR NUMBERS 1 1 1 * {15} {1} 2 1 * * * 1 {3} 3 1 * * {10} * * * 1 4 {6} 4 1 * * * * * * * 1 5 10 {10} 5 1 * * * * * * * * * 1 6 15 20 {15} 6 1 * * * * {6} * {1} * * {3} * * * 2
  • 9. THE SQUARE NUMBERS ONE OF THE POLYGONAL NUMBERS FOUND IN THE SECOND DIAGONAL BEGINNING AT THE SECOND ROW. THIS NUMBER IS THE SUM OF THE SUCCESSIVE NUMBERS IN THE DIAGONAL. 1
  • 10. THE SQUARE NUMBERS 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 2
  • 11. THE SQUARE NUMBERS 1 1 1 1 2 1 1 (3) 3 1 * * * 1 4 (6) 4 1 * * * 1 5 10 10 5 1 * * * 1 615 20 15 6 1 3
  • 12. THE SQUARE NUMBERS 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 * * * * 4
  • 13. THE SQUARE NUMBERS 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 * * * * * 5
  • 14. THE HOCKEY STICK PATTERN IF A DIAGONAL OF ANY LENTH IS SELECTED AND ENDS ON ANY NUMBER WITHIN THE TRIANGLE, THEN THE SUM OF THE NUMBERS IS EQUAL TO A NUMBER ON AN ADJECENT DIAGONAL BELOW IT. 1
  • 15. THE HOCKEY STICK PATTERN 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 2
  • 16. THE SUM OF THE ROWS THE SUM OF THE NUMBERS IN ANY ROW IS EQUAL TO 2 TO THE “Nth” POWER ( “N” IS THE NUMBER OF THE ROW). 1
  • 17. THE SUM OF THE ROWS 2 TO THE 0TH POWER=1 1 2 TO THE 1ST POWER=2 1 1 2 TO THE 2ND POWER=4 1 2 1 2 TO THE 3RD POWER=8 1 3 3 1 2 TO THE 4TH POWER=16 1 4 6 4 1 2 TO THE 5TH POWER=32 1 5 10 10 5 1 2 TO THE 6TH POWER=64 1 6 15 20 15 6 1 2
  • 18. PRIME NUMBERS IF THE 1ST ELEMENT IN A ROW IS A PRIME NUMBER, THEN ALL OF THE NUMBERS IN THAT ROW, EXCLUDING THE 1s, ARE DIVISIBLE BY THAT PRIME NUMBER. 1
  • 19. PRIME NUMBERS I 1 1 THE FIRST ELEMENTS IN ROWS 1 2 1 THREE, FIVE, AND SEVEN 1 *3 3 1 ARE PRIME NUMBERS. 1 4 6 4 1 NOTICE THAT THE OTHER 1 *5 10 10 5 1 NUMBERS ON THESE ROWS, 1 6 15 20 15 6 1 EXCEPT THE ONES, ARE 1 *7 21 35 35 21 7 1 DIVISIBLE BY THE FIRST 1 8 28 56 70 56 28 8 1 ELEMENT. 1 9 36 84126126 84 36 9 1 2
  • 20. PROBABILITY/COMBINATIONS PASCAL’S TRIANGLE CAN BE USED IN PROBABILITY COMBINATIONS. LET’S SAY THAT YOU HAVE FIVE HATS ON A RACK, AND YOU WANT TO KNOW HOW MANY DIFFERENT WAYS YOU CAN PICK TWO OF THEM TO WEAR. IT DOESN’T MATTER TO YOU WHICH HAT IS ON TOP. IT JUST MATTERS WHICH TWO HATS YOU PICK. SO THE QUESTION IS “HOW MANY DIFFERENT WAYS CAN YOU PICK TWO OBJECTS FROM A SET OF FIVE OBJECTS….” THE ANSWER IS 10. THIS IS THE SECOND NUMBER IN THE FIFTH ROW. IT IS EXPRESSED AS 5:2, OR FIVE CHOOSE TWO. 1
  • 21. PROBABILITY/COMBINATIONS ROW O 1 ROW 1 1 1 ROW 2 1 2 1 ROW 3 1 3 3 1 ROW 4 1 4 6 4 1 ROW 5 --------------- 1 5 (10) 10 5 1 ROW 6 1 6 15 20 15 6 1 ROW 7 1 7 21 35 35 21 7 1 2
  • 22. PROBABILITY/COMBINATIONS HOW MANY COMBINATIONS OF THREE LETTERS CAN YOU MAKE FROM THE WORD FOOTBALL? USING THE TRIANGLE YOU WOULD EXPRESS THIS AS 8:3, OR EIGHT CHOOSE THREE. THE ANSWER IS 56. THIS IS THE THIRD NUMBER IN THE EIGHTH ROW. 3
  • 23. PROBABILITY/COMBINATIONS 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 ROW 8---------1 8 28 (56) 70 56 28 8 1 1 9 36 84 126 126 84 36 9 1 4