Combination and Permutations Flashcards
Combination
the order does not matter
Permutation
the order does matter
Combination example
- select 5 candies from a dish containing 10 different color candies
- A tycoon has 10 different sports cars in her garage and she will choose three of them to wax. How many different sets of three cars could she choose?
Permutation example
A tycoon has 10 different sports cars in his garage. How many possible ways are there for him to arrange three of the cars in a line?
- It will matter which car goes where
Combination Formula
nCk= n!/ (k!(n-k)!)
Box and fill method for Combination problem
let each box represent a specific decision that must be made. Then divide the product of all the numbers in the boxes by the factorial of the number of boxes that have numbers inside.
A coach must select 3 softball players from a pool of 7 possible players to play for his team. How many different ways are available to the coach in selecting these 3 players?
3!
= 35
If there are m ways to perform one task and n ways to perform another task and of the tasks are independent
m*n possible ways to perform another task
i. e We are making breakfast one morning and that we can choose among 5 types of eggs, 3 types of coffees, and 6 types of pastries. If a breakfast consisting of 1 egg, 1 pastry, and 1 types of coffee, we can then prepare breakfast in one of a total of 536= 90 different ways
i. e: If nickel is flipped five times, how many different head and tail sequences are possible?
- > 2^5= 32
Choosing multiples items from the word “or”
we’re being asked to choose between alternatives
Mutually exclusive
If two event cannot occur together
-> stock market can not go up and down and be unchanged -> not all can happen at the same time
Mutually exclusive -> ways to accomplish it
If there are x ways to accomplish event A and y ways to accomplish event B and if A and B are mutually exclusive then there are x+y ways to accomplish A or B
Collectively exhaustive
those events represent all of the possible outcomes of a scenario
The total ways in which collectively exhaustive scenario can occur
The number of ways in which A can occur + number of ways in which b can occur
Some items can never be together in the same group
The total 3 person club configuration that can be made
number of 3 person club configuration in which both people are together in the club + number of 3 person club configuration in which both people are not together in the club
three people are to be selected from a pool of five people to form a writing club. If two of the people can never be together in the club, in how many different ways can the club be formed?
No restrictions
5C3= 10
Two people are together
3C1= 3
10-3= 7 people
number of 3 person club configuration in which both people are not together in the club
The total 3 person club configuration that can be made - number of 3 person club configuration in which both people are together in the club