SlideShare a Scribd company logo
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

PPT
Permutations & Combinations
PPT
Solving quadratic equations
PDF
Introduction to Logarithm
PPT
The binomial theorem class 11 maths
PPT
1.6 solving linear inequalities
PPT
Solving multi step inequalities
PPTX
Tangent and normal
PPTX
Probability
Permutations & Combinations
Solving quadratic equations
Introduction to Logarithm
The binomial theorem class 11 maths
1.6 solving linear inequalities
Solving multi step inequalities
Tangent and normal
Probability

What's hot (20)

PPTX
introduction to probability
PPTX
Complex numbers org.ppt
PPTX
Maths probability
PPTX
Solving inequalities
PPTX
Lecture 5 (solving simultaneous equations)
PPT
Simple Equations I
PPT
Solving One Step Inequalities
PPTX
11.1 Fundamental Counting Principle
PPT
Ratio And Proportions
PPTX
Qa05 square root and cube root
PPT
Inverse functions and relations
PPTX
PROBABILITY
PPT
Direct and inverse variations
PPT
Ch- 6 Linear inequalities of class 11
PPT
Probability - Independent & Dependent Events
PPT
Rationalizing the denominator
PPTX
Permutation & Combination
PPTX
algebraic expression
PPT
CBSE Class XI Maths Linear inequalities
introduction to probability
Complex numbers org.ppt
Maths probability
Solving inequalities
Lecture 5 (solving simultaneous equations)
Simple Equations I
Solving One Step Inequalities
11.1 Fundamental Counting Principle
Ratio And Proportions
Qa05 square root and cube root
Inverse functions and relations
PROBABILITY
Direct and inverse variations
Ch- 6 Linear inequalities of class 11
Probability - Independent & Dependent Events
Rationalizing the denominator
Permutation & Combination
algebraic expression
CBSE Class XI Maths Linear inequalities
Ad

Viewers also liked (20)

PPT
Permutations and Combinations
PPT
3. permutation and combination
ODP
Factorials
PPTX
Fundamental counting principle powerpoint
PPTX
Counting Technique, Permutation, Combination
PPT
5.4 trees and factorials
PDF
Presentation for Computational Math
KEY
8 4 presentation
PPT
Geometry unit 8.4
PPT
Introduction to ethics first class ppt
PPT
Geometry unit 8.5
PPTX
Application of mathematics in daily life
PDF
Os structure
ODP
Permutations and combinations
PPTX
The fundamental counting principle
PPTX
binomial distribution
PDF
G.C.E O/L ICT Short Notes Grade-11
PPTX
Permutation combination
PPT
Discrete Probability Distributions
PPT
Permutation and combination
Permutations and Combinations
3. permutation and combination
Factorials
Fundamental counting principle powerpoint
Counting Technique, Permutation, Combination
5.4 trees and factorials
Presentation for Computational Math
8 4 presentation
Geometry unit 8.4
Introduction to ethics first class ppt
Geometry unit 8.5
Application of mathematics in daily life
Os structure
Permutations and combinations
The fundamental counting principle
binomial distribution
G.C.E O/L ICT Short Notes Grade-11
Permutation combination
Discrete Probability Distributions
Permutation and combination
Ad

Similar to Factorials permutations and_combinations_using_excel (20)

PPT
18_permutations_combinations_1.ppt
PPTX
pdf_20221129_084739_0000.pptx
DOCX
Lesson-Plan IN Math-G10-3rd-Quarter.docx
PPTX
Factorial Notations.pptx
PPTX
MATHEMATICS-QUARTER3-WEEK2 LESSON PT.pptx
PDF
G4ww1 4
PPT
Section 4.6 And 4.9: Rational Numbers and Scientific Notation
PDF
G4ww5 8
DOCX
De vry math221 all ilabs latest 2016 november
PPTX
Permutations & combinations
PDF
MATHEMATICS 4 - PRIME AND COMPOSITE NUMBERS.pdf
DOCX
De vry math 221 all ilabs latest 2016 november
PPTX
1 Excel Basics & Diff Error Prop
DOCX
De vry math 399 all ilabs latest 2016 november
PDF
Gcse revision cards checked 190415
PPTX
1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx
DOCX
Excel formulas
PPTX
Conquering the TEAS Part 3: Math
PPTX
Multiply-and-Disvide-Integers---COT.pptx
PDF
Intersection math
18_permutations_combinations_1.ppt
pdf_20221129_084739_0000.pptx
Lesson-Plan IN Math-G10-3rd-Quarter.docx
Factorial Notations.pptx
MATHEMATICS-QUARTER3-WEEK2 LESSON PT.pptx
G4ww1 4
Section 4.6 And 4.9: Rational Numbers and Scientific Notation
G4ww5 8
De vry math221 all ilabs latest 2016 november
Permutations & combinations
MATHEMATICS 4 - PRIME AND COMPOSITE NUMBERS.pdf
De vry math 221 all ilabs latest 2016 november
1 Excel Basics & Diff Error Prop
De vry math 399 all ilabs latest 2016 november
Gcse revision cards checked 190415
1-1-Slide-Show-Writing-and-Interpreting-Numerical-Expressions.pptx
Excel formulas
Conquering the TEAS Part 3: Math
Multiply-and-Disvide-Integers---COT.pptx
Intersection math

More from Brent Heard (20)

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

Recently uploaded (20)

PDF
Classroom Observation Tools for Teachers
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Lesson notes of climatology university.
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Insiders guide to clinical Medicine.pdf
PPTX
Institutional Correction lecture only . . .
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Cell Types and Its function , kingdom of life
PDF
Pre independence Education in Inndia.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Computing-Curriculum for Schools in Ghana
PDF
RMMM.pdf make it easy to upload and study
Classroom Observation Tools for Teachers
Microbial disease of the cardiovascular and lymphatic systems
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Anesthesia in Laparoscopic Surgery in India
Lesson notes of climatology university.
VCE English Exam - Section C Student Revision Booklet
Insiders guide to clinical Medicine.pdf
Institutional Correction lecture only . . .
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
O5-L3 Freight Transport Ops (International) V1.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
GDM (1) (1).pptx small presentation for students
Cell Types and Its function , kingdom of life
Pre independence Education in Inndia.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Module 4: Burden of Disease Tutorial Slides S2 2025
Computing-Curriculum for Schools in Ghana
RMMM.pdf make it easy to upload and study

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