Permutations and Combinations Problems

Similar documents
Tree Diagrams and the Fundamental Counting Principle

COUNTING AND PROBABILITY

Finite Math - Fall 2016

11.3B Warmup. 1. Expand: 2x. 2. Express the expansion of 2x. using combinations. 3. Simplify: a 2b a 2b

Using a table: regular fine micro. red. green. The number of pens possible is the number of cells in the table: 3 2.

Elementary Combinatorics

Permutations and Combinations. Quantitative Aptitude & Business Statistics

Permutation and Combination

Examples: Experiment Sample space

Counting Things. Tom Davis March 17, 2006

Permutations and Combinations. MATH 107: Finite Mathematics University of Louisville. March 3, 2014

LAMC Junior Circle January 22, Oleg Gleizer. The Hanoi Tower. Part 2

1111: Linear Algebra I

Sec. 4.2: Introducing Permutations and Factorial notation


MATH 1324 (Finite Mathematics or Business Math I) Lecture Notes Author / Copyright: Kevin Pinegar

CONTENTS CONTENTS PAGES 11.0 CONCEPT MAP A. PERMUTATIONS a EXERCISE A B. COMBINATIONS a EXERCISE B PAST YEAR SPM

Sets, Venn Diagrams & Counting

CSE 1400 Applied Discrete Mathematics Permutations

Question No: 1 If you join all the vertices of a heptagon, how many quadrilaterals will you get?

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states:

MATH & STAT Ch.1 Permutations & Combinations JCCSS

PERMUTATIONS AND COMBINATIONS

Introductory Probability

Permutations and Combinations

4.1 Organized Counting McGraw-Hill Ryerson Mathematics of Data Management, pp

The Product Rule The Product Rule: A procedure can be broken down into a sequence of two tasks. There are n ways to do the first task and n

Purpose of Section To introduce some basic tools of counting, such as the multiplication principle, permutations and combinations.

Discrete Mathematics: Logic. Discrete Mathematics: Lecture 15: Counting

Bell Work. List all the possible ways three different people can be standing in order.

LEVEL I. 3. In how many ways 4 identical white balls and 6 identical black balls be arranged in a row so that no two white balls are together?

MATHEMATICS S-152, SUMMER 2005 THE MATHEMATICS OF SYMMETRY Outline #1 (Counting, symmetry, Platonic solids, permutations)

6.1.1 The multiplication rule

UNDERSTAND SIMILARITY IN TERMS OF SIMILARITY TRANSFORMATIONS

MATH 22. Lecture B: 9/4/2003 COUNTING. I counted two and seventy stenches, All well-defined, and several stinks.

Probability and Counting Techniques

Math 3012 Applied Combinatorics Lecture 2

Counting Methods and Probability

7.4 Permutations and Combinations

3. GOOD is coded as 164 then BAD as 21. If UGLY coded as 260 then JUMP? Sol: G O O D = = x 4 = 164

JUST THE MATHS UNIT NUMBER PROBABILITY 2 (Permutations and combinations) A.J.Hobson

ACTIVITY 6.7 Selecting and Rearranging Things

Question 1: How do you count choices using the multiplication principle?

Lesson1.notebook July 07, 2013

Counting Methods. Mathematics 3201

aabb abab abba baab baba bbaa permutations of these. But, there is a lot of duplicity in this list, each distinct word (such as 6! 3!2!1!

Course Learning Outcomes for Unit V

Section Summary. Permutations Combinations Combinatorial Proofs

Using inductive reasoning and conjectures Student Activity Sheet 2; use with Exploring The language of geometry

W = {Carrie (U)nderwood, Kelly (C)larkson, Chris (D)aughtry, Fantasia (B)arrino, and Clay (A)iken}

Chapter 2 Math

Bell Work. Get out the two copies of your desmos picture, the one copy of your equations, and the construction paper you brought.

SMML MEET 3 ROUND 1

Fundamental Counting Principle 2.1 Page 66 [And = *, Or = +]

OCR Statistics 1. Probability. Section 2: Permutations and combinations. Factorials

Finite Math B, Chapter 8 Test Review Name

Solutions to Exercises on Page 86

Lesson 1: Scale Drawings

Math236 Discrete Maths with Applications

Permutations & Combinations

Chapter 2. Permutations and Combinations

CHAPTER Permutations and combinations

Combinations and Permutations

Combinatorics problems

CBSE Sample Paper Class 10 Mathematicss

Finite Mathematics MAT 141: Chapter 8 Notes

Topics to be covered

16 Alternating Groups

Probability and Counting Rules. Chapter 3

Unit 2 Lesson 2 Permutations and Combinations

STAT 430/510 Probability

Chapter 11, Sets and Counting from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and

Ch Counting Technique

UK Junior Mathematical Challenge

19.2 Permutations and Probability Combinations and Probability.

Simple Counting Problems

MATH 2420 Discrete Mathematics Lecture notes

PERMUTATIONS AND COMBINATIONS

Name: Spring P. Walston/A. Moore. Topic worksheet # assigned #completed Teacher s Signature Tree Diagrams FCP

Counting Techniques, Combinations, Permutations, Sets and Venn Diagrams

CISC 1400 Discrete Structures

Math 7 Notes - Unit 11 Probability

Honors Precalculus Chapter 9 Summary Basic Combinatorics

Permutations and Combinations

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as

CHAPTER 9 - COUNTING PRINCIPLES AND PROBABILITY

Math 14 Lecture Notes Ch. 3.6

EDULABZ INTERNATIONAL SETS AND VENN DIAGRAMS

MAT 115: Finite Math for Computer Science Problem Set 5

Chapter 4. Probability and Counting Rules. McGraw-Hill, Bluman, 7 th ed, Chapter 4

KSF selected problems Junior (A) 100 (B) 1000 (C) (D) (E)

A slope of a line is the ratio between the change in a vertical distance (rise) to the change in a horizontal

Engineering Surveying -1 CE212 Chain Survey

Fundamental Counting Principle 2.1 Page 66 [And = *, Or = +]

3-5 Slopes of Lines. Warm Up Lesson Presentation Lesson Quiz. Holt McDougal Geometry

Algebra 2 Notes Section 10.1: Apply the Counting Principle and Permutations

CHAPTER 5 BASIC CONCEPTS OF PERMUTATIONS AND COMBINATIONS

Sec$on Summary. Permutations Combinations Combinatorial Proofs

Intermediate Math Circles November 13, 2013 Counting II

Combinational Mathematics - I

Transcription:

Permutations and Combinations Problems Permutations and combinations are used to solve problems. Factorial Example 1: How many 3 digit numbers can you make using the digits 1, 2 and 3 without method (1) listing all possible numbers using a tree diagram. We can make 6 numbers using 3 digits and without repetitions of the digits. method (2) counting: LOOK AT THE TREE DIAGRAM ABOVE. We have 3 choices for the first digit, 2 choices for the second digit and 1 choice for the third digit. Using the counting principle, we can say:

The total number of 3-digit numbers is given by 3 * 2 * 1 = 6 There is a special notation for the product 3 * 2 * 1 = 3! and it is read 3 factorial. In general n! is read n factorial and is given by n! = n*(n - 1)*(n - 2)*...*2*1 We also define 0! = 1. Example 2: How many different words can we make using the letters A, B, E and L? We have 4 choices for the first letter, 3 choices for the second letter, 2 choices for the third letter and 1 choice for the fourth letter. Hence the number of words is given by 4 * 3 * 2 * 1 = 4! = 24 Permutations Example 3: How many 2 digit numbers can you make using the digits 1, 2, 3 and 4 without repeating the digits? This time we want to use 2 digits at the time to make 2 digit numbers. For the first digit we have 4 choices and for the second digit we have 3 choices (4-1 used already). Using the counting principle, the number of 2 digit numbers that we can make using 4 digits is given by 4 * 3 = 12 The above problem is that of arranging 2 digits out of 4 in a specific order. This is also called permutating. The most important idea in permuatations is that order is important. When you use the digits 3 and 4 to make a number, the number 34 and 43 are different hence the order of the digits 3 and 4 is important. In general permutating r (2 digit in the above example) items out of a set of n (4 digits in the above example) items is written as n P r and the formuala is given by n P r = n! / (n - r)!

Example 4: Calculate 4 P 2 6 P 5 4 P 4 4 P 2 = 4! / (4-2)! = 24/2 = 12 6 P 5 = 6! / (6-5)! = 6*5*4*3*2*1 / 1! = 720 4 P 4 = 4! / (4-4)! = 4! / 0! = 4! = 4*3*2*1 = 24 (We now understand the need to define 0! = 1) Example 5: How many 3 letter words can we make with the letters in the word LOVE? There are 4 letters in the word love and making making 3 letter words is similar to arranging these 3 letters and order is important since LOV and VOL are different words because of the order of the same letters L, O and V. Hence it is a permutation problem. The number of words is given by 4 P 3 = 4! / (4-3)! = 24 Combinations Example 6: How many lines can you draw using 3 non collinear (not in a single line) points A, B and C on a plane? You need two points to draw a line. The order is not important. Line AB is the same as line BA. The problem is to select 2 points out of 3 to draw different lines. If we proceed as we did with permuatations, we get the following pairs of points to draw lines. AB, AC BA, BC CA, CB There is a problem: line AB is the same as line BA, same for lines AC and CA and BC and CB. The lines are: AB, BC and AC ; 3 lines only. So in fact we can draw 3 lines and not 6 and that's because in this problem the order of the points A, B and C is not important.

This is a combination problem: combining 2 items out of 3 and is written as follows: n C r = n! / [ (n - r)! r! ] The number of combinations is equal to the number of permuations divided by r! to eliminates those counted more than once because the order is not important. Example 7: Calculate 3 C 2 5 C 5 3 C 2 = 3! / [ (3-2)!2! ] = 6 / [1 * 2] = 3 (problem of points and lines solved above in example 6) 5 C 5 = 5! / [(5-5)!5! ] = 5! / [0!5!] = 5! / [1 * 5!] = 1 (there is only one way to select (without order) 5 items from 5 items and to select all of them once!) Example 8:We need to form a 5 a side team in a class of 12 students. How many different teams can be formed? There is nothing that indicates that the order in which the team members are selected is imoportant and therefore it is a combination problem. Hence the number of teams is given by 12 C 5 = 12! / [ (12-5)!5! ] = 792 Problems with solutions 1. How many 4 digit numbers can we make using the digits 3, 6, 7 and 8 without 2. How many 3 digit numbers can we make using the digits 2, 3, 4, 5, and 6 without 1. How many 6 letter words can we make using the letters in the word LIBERTY without 2. In how many ways can you arrange 5 different books on a shelf? 3. In how many ways can you select a committee of 3 students out of 10 students? 4. How many triangles can you make using 6 non collinear points on a plane?

5. A committee including 3 boys and 4 girls is to be formed from a group of 10 boys and 12 girls. How many different committee can be formed from the group? 6. In a certain country, the car number plate is formed by 4 digits from the digits 1, 2, 3, 4, 5, 6, 7, 8 and 9 followed by 3 letters from the alphabet. How many number plates can be formed if neither the digits nor the letters are repeated? Solutions 1. 4! = 24 2. 5 P 3 = 60 3. 7 P 6 = 5040 4. 5! = 120 5. 10 C 3 = 120 6. 6 C 3 = 20 7. 10 C 3 * 12 c 4 = 59,400 8. 9 P 4 * 26 P 3 = 47,174,400