Combinations And Permutations Flashcards
Combination
Used when order in which a task is completed doesn’t matter
Permutation
When the order in which a task is completed does matter
Combination formula (basic)
N!
________
(N - k)!k!
N is the number of objects from which you’ll choose
K is the number of objects you will actually choose
Handshake questions
Any question counting that asks us to determine the number of ways to connect any two members of a group while also meeting any restrictions that may exist
Nk
___
2
N is the number of entities and k is the number of entities n is connected to
nCk
= nCn-k
If n x and y are non negative integers such that nCx = nCy then
N = x+y
If there are m ways to perform task 1 and n ways to perform task 2 and the tasks are independent then there are _____ ways to perform both tasks together
M x n
Number of configurations that can be made when restricting two people being in a group together
Number of configurations where both people are both in - number of configurations where neither are in
Basic permutation
n!
____
(n-k)!
In permutation problems how do you handle identical items
Only should be counted once
Permutations for indistinguishable items
P = N!
____________
R1! X R2!…
Where R represents the number of each indistinguishable objects
Ie AAB
3!
___
2!
If a 2 dimensional pathway involves one or more checkpoints, we can determine the total number of pathways from starting point to destination by:
1.) identify every checkpoint (points travelers MUST pass through
2.) determine the number of ways to travel between each pair of successive checkpoints
3.) calculate the product of all results from 2