SlideShare a Scribd company logo
1 of 31
B. Heard
(Not to be posted, used, etc. without my
 permission, students may download one
                   copy for personal use)
 Inany statistics class, you will come across
  factorials, permutations and combinations
     You can use Minitab, your calculator, etc. for
      these types of calculations
         I am going to show you how to use Excel (because it is
          usually something everyone has on their computer)
Factorials
The factorial symbol “!” (an exclamation
point) simply means the product of decreasing
positive whole numbers.
For example, 4! = 4x3x2x1 = 24



 Always remember that 0! = 1.
A   little practice
    5! = 5x4x3x2x1 = 120
    3! + 4! = (3x2x1) + (4x3x2x1) = 6 + 24 = 30
    (7-3)! = 4! = 4x3x2x1 = 24
    7! – 3! = 7x6x5x4x3x2x1 – 3x2x1 = 5040 – 6 = 5034
    4!/0! = (4x3x2x1)/1 = 24
    5(0!) = 5(1) = 5
 You can easily do these in Excel by using
  “=FACT(#)” (not including the quotation
  marks and putting the number in for the #
  sign)
 In other words, pick a blank cell in Excel and
  type
                    =FACT(7)
And hit the enter key
You will see your result of 5040 which is 7!
Hit Enter and you get
        5040
 What  about a big number?
 Enter “=FACT(25)” and you will get




 Thisis so large that exponential notation has
 to be used
     1.55112E+25 in Excel just means 1.55112x 1025 or
     15511200000000000000000000.0
         I moved the decimal 25 places to the right
Permutations
Permutation Requirements:
1.   There are n different items available. (This rule does not
     apply if some of the items are identical to others.)
2.   We select r of the n items (without replacement).
3.   We consider rearrangements of the same items to be different
     sequences. (The permutation of ABC is different from CBA and
     is counted separately.) This just means “order matters” – I will
     give you examples
If the preceding requirements are satisfied, the number of
permutations (or sequences) of r items selected from n available
items (without replacement) is



               n Pr =             n!
                                (n - r)!
 There  are 10 finalists in a local radio
  station’s contest. From the 10 finalists, 3
  winners will be selected to win one of three
  prizes. The prizes are $10,000 , dinner for
  two at a local restaurant and a t-shirt from
  the radio station.
 How many ways can the 3 winners be
  selected from the 10 finalists?
 First   ask yourself, “Does order matter?”
     Yes, had you rather have $10,000 or the t-shirt? (the
      prizes are distinct)
     So this is a permutation



              10 P3         10!
                        =
                          (10 - 3)!
 You can easily do these in Excel by using
  “=PERMUT(n,p)” (not including the
  quotation marks and putting the number in
  for n and p and don’t forget the comma in
  between)
 In other words, pick a blank cell in Excel and
  type
                 =PERMUT(10,3)
And hit the enter key
You will see your result of 720
Type =PERMUT(10,3) and
  hit Enter you get 720
 Another  Example
 There are 12 students in a classroom and a
  committee of 4 is to be chosen. The
  committee has a President, VP, Secretary and
  Treasurer
 How many ways can the 4 be selected from
  the 12 students?
 First   ask yourself, “Does order matter?”
     Yes, there are distinct positions.
     So this is a permutation




               12 P4         12!
                         =
                           (12 - 4)!
 Picka blank cell in Excel and type
                =PERMUT(12,4)
And hit the enter key
You will see your result of 11880
Combinations
Combination Requirements:
1.   There are n different items available.
2.   We select r of the n items (without replacement).
3.   We consider rearrangements of the same items to be the same.
     (The combination of ABC is the same as CBA.) This is saying
     “order does not matter.”


 If the preceding requirements are satisfied, the number of
 combinations of r items selected from n different items is



                         n!
                nCr = (n - r )! r!
 There  are 10 finalists in a local radio
  station’s contest. From the 10 finalists, 3
  winners will be selected to win $1,000.
 How many ways can the 3 winners be
  selected from the 10 finalists?
 First   ask yourself, “Does order matter?”
     No, all three get the same prize.
     So this is a combination.



                          10!
                10C3 = (10 - 3 )! 3!
 You can easily do these in Excel by using
  “=COMBIN(n,p)” (not including the quotation
  marks and putting the number in for n and p and
  don’t forget the comma in between)
 In other words, pick a blank cell in Excel and
  type
                   =COMBIN(10,3)
And hit the enter key
You will see your result of 120
Note that the number of combinations is less than
  permutations because we don’t have to consider
  order
 Another  Example
 There are 12 students in a classroom and a
  committee of 4 is to be chosen.
 How many ways can the 4 be selected from
  the 12 students?
 First   ask yourself, “Does order matter?”
     No, there are no distinct positions
      mentioned, only a committee of 4.
     So this is a combination of 12C4 .
     Just use “=COMBIN(12,4)” in an Excel cell and hit
      the Enter key to get your answer of 495
 What  about those funky questions about how
  many distinct words or orderings you can
  make with the letters in the word “Colorado”
  or “Mississippi” etc.?
 These are “distinct permutation” problems
  and can be easily explained with examples.
 In these problems you generally have some
  duplicates you have to deal with.
Permutations with we have identical items Summary:
 1.   There are n items available, and some items are identical to
      others.
 2.   We select all of the n items (without replacement).
 3.   We consider rearrangements of distinct items to be different
      sequences.

If the preceding requirements are satisfied, and if there are n1
alike, n2 alike, . . . nk alike, the number of permutations (or
sequences) of all items selected without replacement is


                         n!
                n1! . n2! .. . . . . . .
                n!
 How  many different orderings can be made from
  the letters in the word “book?”
 Ask yourself, how many total letters are there?
 Then ask yourself, how many of each different
  letter?



 4 total letters      4!       4x3x2x1
 1 “b”                       =
                    1!x2!x1    1x2x1x1
 2 “o’s”
 1 “k”              !
                            =12 (answer)
 How  many different orderings can be made from
  the letters in the word “Mississippi?”
 Ask yourself, how many total letters are there?
 Then ask yourself, how many of each different
  letter?
    There are 11 total letters (if I spelled it right).
    1 M, 4 I’s, 4 S’s and 2 P’s



                          11!
                      1!x4!x4!x2!
 For this calculation, use your calculator or
  Excel, or do it by hand.
 You can do it in Excel, but you have to use
  parentheses
 In Excel you would type
=FACT(11)/(FACT(1)*FACT(4)*FACT(4)*FACT(2))
 You have to watch your parentheses and not
  forget about your *’s for multiplication
 The answer is 34650 (I checked by hand also)
    The 1!’s in the denominator are unnecessary
     because 1! Is one, but I say put them in because
     it helps you understand!
 Similar   problem
     If there are 9 flags on a pole including 3 identical
      red flags, 2 identical blue flags and 4 identical
      green flags, how many different ways or patterns
      can be made?


                  9!    = 1260 different ways
               3!x2!x4!
 Good  luck, I hope this helps.
 If you enjoy reading the humor of an absent
  minded math professor, come be a fan at
  www.facebook.com/cranksmytractor

More Related Content

What's hot

Number theory
Number theory Number theory
Number theory
tes31
 
3. permutation and combination
3. permutation and combination3. permutation and combination
3. permutation and combination
smaplabu
 
Probability Overview
Probability OverviewProbability Overview
Probability Overview
mmeddin
 
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptxPROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
ReinabelleMarfilMarq
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
Sadia Zareen
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)
Osama Zahid
 

What's hot (20)

Simple probability
Simple probabilitySimple probability
Simple probability
 
Factorials
FactorialsFactorials
Factorials
 
Number theory
Number theory Number theory
Number theory
 
PERMUTATION & COMBINATION
PERMUTATION & COMBINATIONPERMUTATION & COMBINATION
PERMUTATION & COMBINATION
 
3. permutation and combination
3. permutation and combination3. permutation and combination
3. permutation and combination
 
Probability Overview
Probability OverviewProbability Overview
Probability Overview
 
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptxPROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & Combination
 
Fundamental counting principle powerpoint
Fundamental counting principle powerpointFundamental counting principle powerpoint
Fundamental counting principle powerpoint
 
counting techniques
counting techniquescounting techniques
counting techniques
 
Independent and dependent events notes
Independent and dependent events notesIndependent and dependent events notes
Independent and dependent events notes
 
Chapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random VariablesChapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random Variables
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)
 
Binomial expansion
Binomial expansionBinomial expansion
Binomial expansion
 
cheyene ppt.pptx
cheyene ppt.pptxcheyene ppt.pptx
cheyene ppt.pptx
 
Problems Involving Probabilities of Events (Math 8)
Problems Involving Probabilities of Events (Math 8)Problems Involving Probabilities of Events (Math 8)
Problems Involving Probabilities of Events (Math 8)
 
Permutations & Combinations
Permutations & CombinationsPermutations & Combinations
Permutations & Combinations
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
 
Permutation
PermutationPermutation
Permutation
 

Viewers also liked

Counting Technique, Permutation, Combination
Counting Technique, Permutation, CombinationCounting Technique, Permutation, Combination
Counting Technique, Permutation, Combination
Chie Pegollo
 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorials
math123c
 
Presentation for Computational Math
Presentation for Computational MathPresentation for Computational Math
Presentation for Computational Math
Myles Pearson
 
8 4 presentation
8 4 presentation8 4 presentation
8 4 presentation
andybridge
 
Application of mathematics in daily life
Application of mathematics in daily lifeApplication of mathematics in daily life
Application of mathematics in daily life
Fazle Rabbi Ador
 
Os structure
Os structureOs structure
Os structure
Mohd Arif
 
The fundamental counting principle
The fundamental counting principleThe fundamental counting principle
The fundamental counting principle
Emma Balbastro
 
Discrete Probability Distributions
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributions
mandalina landy
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distribution
Muhammad Yahaya
 
binomial distribution
binomial distributionbinomial distribution
binomial distribution
Zarish Qaiser
 

Viewers also liked (20)

Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and Combinations
 
Counting Technique, Permutation, Combination
Counting Technique, Permutation, CombinationCounting Technique, Permutation, Combination
Counting Technique, Permutation, Combination
 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorials
 
Presentation for Computational Math
Presentation for Computational MathPresentation for Computational Math
Presentation for Computational Math
 
8 4 presentation
8 4 presentation8 4 presentation
8 4 presentation
 
Geometry unit 8.4
Geometry unit 8.4Geometry unit 8.4
Geometry unit 8.4
 
Introduction to ethics first class ppt
Introduction to ethics first class pptIntroduction to ethics first class ppt
Introduction to ethics first class ppt
 
Geometry unit 8.5
Geometry unit 8.5Geometry unit 8.5
Geometry unit 8.5
 
Application of mathematics in daily life
Application of mathematics in daily lifeApplication of mathematics in daily life
Application of mathematics in daily life
 
Os structure
Os structureOs structure
Os structure
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
 
The fundamental counting principle
The fundamental counting principleThe fundamental counting principle
The fundamental counting principle
 
binomial distribution
binomial distributionbinomial distribution
binomial distribution
 
G.C.E O/L ICT Short Notes Grade-11
G.C.E O/L ICT Short Notes Grade-11G.C.E O/L ICT Short Notes Grade-11
G.C.E O/L ICT Short Notes Grade-11
 
Permutation combination
Permutation combinationPermutation combination
Permutation combination
 
Discrete Probability Distributions
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributions
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distribution
 
Pascal programming lecture notes
Pascal programming lecture notesPascal programming lecture notes
Pascal programming lecture notes
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distribution
 
binomial distribution
binomial distributionbinomial distribution
binomial distribution
 

Similar to Factorials permutations and_combinations_using_excel

Permutations & combinations
Permutations & combinationsPermutations & combinations
Permutations & combinations
NCVPS
 
1 Excel Basics & Diff Error Prop
1 Excel Basics & Diff Error Prop1 Excel Basics & Diff Error Prop
1 Excel Basics & Diff Error Prop
BrucePhebus
 
1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx
1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx
1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx
Jiyoona
 

Similar to Factorials permutations and_combinations_using_excel (20)

18_permutations_combinations_1.ppt
18_permutations_combinations_1.ppt18_permutations_combinations_1.ppt
18_permutations_combinations_1.ppt
 
pdf_20221129_084739_0000.pptx
pdf_20221129_084739_0000.pptxpdf_20221129_084739_0000.pptx
pdf_20221129_084739_0000.pptx
 
Factorial Notations.pptx
Factorial Notations.pptxFactorial Notations.pptx
Factorial Notations.pptx
 
G4ww1 4
G4ww1 4G4ww1 4
G4ww1 4
 
Section 4.6 And 4.9: Rational Numbers and Scientific Notation
Section 4.6 And 4.9: Rational Numbers and Scientific NotationSection 4.6 And 4.9: Rational Numbers and Scientific Notation
Section 4.6 And 4.9: Rational Numbers and Scientific Notation
 
G4ww5 8
G4ww5 8G4ww5 8
G4ww5 8
 
De vry math221 all ilabs latest 2016 november
De vry math221 all ilabs latest 2016 novemberDe vry math221 all ilabs latest 2016 november
De vry math221 all ilabs latest 2016 november
 
Permutations & combinations
Permutations & combinationsPermutations & combinations
Permutations & combinations
 
MATHEMATICS 4 - PRIME AND COMPOSITE NUMBERS.pdf
MATHEMATICS 4 - PRIME AND COMPOSITE NUMBERS.pdfMATHEMATICS 4 - PRIME AND COMPOSITE NUMBERS.pdf
MATHEMATICS 4 - PRIME AND COMPOSITE NUMBERS.pdf
 
De vry math 221 all ilabs latest 2016 november
De vry math 221 all ilabs latest 2016 novemberDe vry math 221 all ilabs latest 2016 november
De vry math 221 all ilabs latest 2016 november
 
1 Excel Basics & Diff Error Prop
1 Excel Basics & Diff Error Prop1 Excel Basics & Diff Error Prop
1 Excel Basics & Diff Error Prop
 
De vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 novemberDe vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 november
 
Gcse revision cards checked 190415
Gcse revision cards checked 190415Gcse revision cards checked 190415
Gcse revision cards checked 190415
 
1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx
1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx
1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx
 
Excel formulas
Excel formulasExcel formulas
Excel formulas
 
Conquering the TEAS Part 3: Math
Conquering the TEAS Part 3: MathConquering the TEAS Part 3: Math
Conquering the TEAS Part 3: Math
 
Intersection math
 Intersection math Intersection math
Intersection math
 
Scientific reteaching
Scientific reteachingScientific reteaching
Scientific reteaching
 
ComEd101 - Chapter 2 Lesson 2.pptx
ComEd101 - Chapter 2 Lesson 2.pptxComEd101 - Chapter 2 Lesson 2.pptx
ComEd101 - Chapter 2 Lesson 2.pptx
 
Introduction to Prime Numbers
Introduction to Prime NumbersIntroduction to Prime Numbers
Introduction to Prime Numbers
 

More from Brent Heard

More from Brent Heard (20)

Math 533 week 6 more help
Math 533 week 6   more helpMath 533 week 6   more help
Math 533 week 6 more help
 
Week 1 homework help 2015
Week 1 homework help 2015Week 1 homework help 2015
Week 1 homework help 2015
 
Playing with statcrunch part 1
Playing with statcrunch part 1Playing with statcrunch part 1
Playing with statcrunch part 1
 
Finding the Recorded Lecture
Finding the Recorded LectureFinding the Recorded Lecture
Finding the Recorded Lecture
 
Week 7 homework help 2015 13 15_19
Week 7 homework help 2015 13 15_19Week 7 homework help 2015 13 15_19
Week 7 homework help 2015 13 15_19
 
Week 7 Homework Numbers 9,10 and 12
Week 7 Homework Numbers 9,10 and 12Week 7 Homework Numbers 9,10 and 12
Week 7 Homework Numbers 9,10 and 12
 
Help on funky proportion confidence interval questions
Help on funky proportion confidence interval questionsHelp on funky proportion confidence interval questions
Help on funky proportion confidence interval questions
 
Using minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etcUsing minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etc
 
Left, right or middle
Left, right or middleLeft, right or middle
Left, right or middle
 
Help on binomial problems using minitab
Help on binomial problems using minitabHelp on binomial problems using minitab
Help on binomial problems using minitab
 
Help on frequency distributions
Help on frequency distributionsHelp on frequency distributions
Help on frequency distributions
 
Ug statistics help
Ug statistics helpUg statistics help
Ug statistics help
 
3by9on w week_6
3by9on w week_63by9on w week_6
3by9on w week_6
 
3by9on w week_5
3by9on w week_53by9on w week_5
3by9on w week_5
 
3by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 2213by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 221
 
3by9on w week_3
3by9on w week_33by9on w week_3
3by9on w week_3
 
3by9on w week_2
3by9on w week_23by9on w week_2
3by9on w week_2
 
Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)
 
Final examexamplesapr2013
Final examexamplesapr2013Final examexamplesapr2013
Final examexamplesapr2013
 
Math533 finalexamreviewapr13
Math533 finalexamreviewapr13Math533 finalexamreviewapr13
Math533 finalexamreviewapr13
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
fonyou31
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
SoniaTolstoy
 

Recently uploaded (20)

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
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
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Factorials permutations and_combinations_using_excel

  • 1. B. Heard (Not to be posted, used, etc. without my permission, students may download one copy for personal use)
  • 2.  Inany statistics class, you will come across factorials, permutations and combinations  You can use Minitab, your calculator, etc. for these types of calculations  I am going to show you how to use Excel (because it is usually something everyone has on their computer)
  • 4. The factorial symbol “!” (an exclamation point) simply means the product of decreasing positive whole numbers. For example, 4! = 4x3x2x1 = 24 Always remember that 0! = 1.
  • 5. A little practice  5! = 5x4x3x2x1 = 120  3! + 4! = (3x2x1) + (4x3x2x1) = 6 + 24 = 30  (7-3)! = 4! = 4x3x2x1 = 24  7! – 3! = 7x6x5x4x3x2x1 – 3x2x1 = 5040 – 6 = 5034  4!/0! = (4x3x2x1)/1 = 24  5(0!) = 5(1) = 5
  • 6.  You can easily do these in Excel by using “=FACT(#)” (not including the quotation marks and putting the number in for the # sign)  In other words, pick a blank cell in Excel and type =FACT(7) And hit the enter key You will see your result of 5040 which is 7!
  • 7. Hit Enter and you get 5040
  • 8.  What about a big number?  Enter “=FACT(25)” and you will get  Thisis so large that exponential notation has to be used  1.55112E+25 in Excel just means 1.55112x 1025 or  15511200000000000000000000.0 I moved the decimal 25 places to the right
  • 10. Permutation Requirements: 1. There are n different items available. (This rule does not apply if some of the items are identical to others.) 2. We select r of the n items (without replacement). 3. We consider rearrangements of the same items to be different sequences. (The permutation of ABC is different from CBA and is counted separately.) This just means “order matters” – I will give you examples If the preceding requirements are satisfied, the number of permutations (or sequences) of r items selected from n available items (without replacement) is n Pr = n! (n - r)!
  • 11.  There are 10 finalists in a local radio station’s contest. From the 10 finalists, 3 winners will be selected to win one of three prizes. The prizes are $10,000 , dinner for two at a local restaurant and a t-shirt from the radio station.  How many ways can the 3 winners be selected from the 10 finalists?
  • 12.  First ask yourself, “Does order matter?”  Yes, had you rather have $10,000 or the t-shirt? (the prizes are distinct)  So this is a permutation 10 P3 10! = (10 - 3)!
  • 13.  You can easily do these in Excel by using “=PERMUT(n,p)” (not including the quotation marks and putting the number in for n and p and don’t forget the comma in between)  In other words, pick a blank cell in Excel and type =PERMUT(10,3) And hit the enter key You will see your result of 720
  • 14. Type =PERMUT(10,3) and hit Enter you get 720
  • 15.  Another Example  There are 12 students in a classroom and a committee of 4 is to be chosen. The committee has a President, VP, Secretary and Treasurer  How many ways can the 4 be selected from the 12 students?
  • 16.  First ask yourself, “Does order matter?”  Yes, there are distinct positions.  So this is a permutation 12 P4 12! = (12 - 4)!
  • 17.  Picka blank cell in Excel and type =PERMUT(12,4) And hit the enter key You will see your result of 11880
  • 19. Combination Requirements: 1. There are n different items available. 2. We select r of the n items (without replacement). 3. We consider rearrangements of the same items to be the same. (The combination of ABC is the same as CBA.) This is saying “order does not matter.” If the preceding requirements are satisfied, the number of combinations of r items selected from n different items is n! nCr = (n - r )! r!
  • 20.  There are 10 finalists in a local radio station’s contest. From the 10 finalists, 3 winners will be selected to win $1,000.  How many ways can the 3 winners be selected from the 10 finalists?
  • 21.  First ask yourself, “Does order matter?”  No, all three get the same prize.  So this is a combination. 10! 10C3 = (10 - 3 )! 3!
  • 22.  You can easily do these in Excel by using “=COMBIN(n,p)” (not including the quotation marks and putting the number in for n and p and don’t forget the comma in between)  In other words, pick a blank cell in Excel and type =COMBIN(10,3) And hit the enter key You will see your result of 120 Note that the number of combinations is less than permutations because we don’t have to consider order
  • 23.  Another Example  There are 12 students in a classroom and a committee of 4 is to be chosen.  How many ways can the 4 be selected from the 12 students?
  • 24.  First ask yourself, “Does order matter?”  No, there are no distinct positions mentioned, only a committee of 4.  So this is a combination of 12C4 .  Just use “=COMBIN(12,4)” in an Excel cell and hit the Enter key to get your answer of 495
  • 25.  What about those funky questions about how many distinct words or orderings you can make with the letters in the word “Colorado” or “Mississippi” etc.?  These are “distinct permutation” problems and can be easily explained with examples.  In these problems you generally have some duplicates you have to deal with.
  • 26. Permutations with we have identical items Summary: 1. There are n items available, and some items are identical to others. 2. We select all of the n items (without replacement). 3. We consider rearrangements of distinct items to be different sequences. If the preceding requirements are satisfied, and if there are n1 alike, n2 alike, . . . nk alike, the number of permutations (or sequences) of all items selected without replacement is n! n1! . n2! .. . . . . . . n!
  • 27.  How many different orderings can be made from the letters in the word “book?”  Ask yourself, how many total letters are there?  Then ask yourself, how many of each different letter? 4 total letters 4! 4x3x2x1 1 “b” = 1!x2!x1 1x2x1x1 2 “o’s” 1 “k” ! =12 (answer)
  • 28.  How many different orderings can be made from the letters in the word “Mississippi?”  Ask yourself, how many total letters are there?  Then ask yourself, how many of each different letter?  There are 11 total letters (if I spelled it right).  1 M, 4 I’s, 4 S’s and 2 P’s 11! 1!x4!x4!x2!
  • 29.  For this calculation, use your calculator or Excel, or do it by hand.  You can do it in Excel, but you have to use parentheses  In Excel you would type =FACT(11)/(FACT(1)*FACT(4)*FACT(4)*FACT(2))  You have to watch your parentheses and not forget about your *’s for multiplication  The answer is 34650 (I checked by hand also)  The 1!’s in the denominator are unnecessary because 1! Is one, but I say put them in because it helps you understand!
  • 30.  Similar problem  If there are 9 flags on a pole including 3 identical red flags, 2 identical blue flags and 4 identical green flags, how many different ways or patterns can be made? 9! = 1260 different ways 3!x2!x4!
  • 31.  Good luck, I hope this helps.  If you enjoy reading the humor of an absent minded math professor, come be a fan at www.facebook.com/cranksmytractor