Combinations and Probability Flashcards
Permutations Formula:
If the order of the selection matters, you can use the permutations formula:
Number of permutations (arrangements) of n items = n!
Number of permutations of k items selected from n =
nPk = n!/(n-k)!
E.g. How many ways to arrange letters in word ASCENT?
6! = 6x5x4x3x2x1 = 720
Another way to solve this problem is to use the “draw blanks” approach, which is the easier approach in many high-difficulty permutations question on GMAT:
You draw six blank spots and for each have to decide the number of possibilities in order. Then multiply all together.
\_\_ x \_\_ x \_\_x \_\_ x \_\_x \_\_
For our example: There are 6 letters to chose from for first blank, then 5, then 4, then 3, then 2, and then the last letter.
6x5x4x3x2x1 = 720
It’s possible to solve most permutations problems without the formula but the formula can save you time on some questions.
Hybrids of Combinations and Permutations:
Some questions involve elements of both ordered and unordered selection.
E.g. how many ways to arrange letters in word ASSETS?
This is not just a permutations problem because while the order matters where the letters in the words are the order of the S’s themselves doesn’t matter. So, you couldn’t just calculate 6! arrangements as you have to eliminate redundant arrangements caused by the three S’s from the 6! total.
Since there are 3 S’s, there are 3! ways to rearrange those S’s without changing the word. You need to count every group of 3! within the 6! total as only 1 arrangement.
I.e. 6!/3! = 6x5x4x3x2x1/3x2x1 = 6x5x4= 120
For word REASSESS this would mean:
8!/4!x2! = 8x7x6x5x4x3x2x1/4x3x2x1x2x1 = 8x7x6x5/2 = 840
REMEMBER: When these questions use the phrase “at least,” then solving for the total and then subtracting the undesired combination or outcomes is usually a very efficient and right approach. Of course subtracting means dividing through the number of undesired combinations.
Combinations and Permutations:
Combinations and Permutations let you count the number of possible ways to select a subgroup from a larger group.
Combinations: It’s a combinations question if the selection is unordered. That means that the order in the subgroup doesn’t matter. So, you wouldn’t consider a subgroup as different from another one just because the order of the numbers changed.
Permutation (Vertauschung, Zahlenkombi): It’s a permutations question if the selection is ordered.
Combinations Formula for Rain Days:
If it rains on exactly 3 days out of 5 you use the combinations formula to calculate the ways in which this could happen:
5C3 = 5!/3!(5-3)! = 5x4x3x2x1/3x2x1x2x1 = 10
Probability Formula:
Probability is likelihood that a desired outcome will occur.
Formula:
Probability = Number of desired outcomes/Number of total possible outcomes.
E.g. If there’s a drawer with 12 shirts of which 9 are white the probability of picking a white shirt at random is 9/12.
For probability of one OR another mutually exclusive events to occur, ADD the probabilities of events.
E.g. In drawer with 12 shirts of which 2 are red and 5 are blue what is the probability that the shirt you pick at random is either red or blue?
Probability to pick red shirt: 2/12
Probability to pick blue shirt: 5/12
Probability for EITHER red or blue: 2/12 + 5/12 = 7/12
To find the probability that one AND another of two independent events will occur, multiply the probabilities of the two events.
Hard probability questions on GMAT ask for the probability of a certain outcome after multiple repetitions of the same or different experiments (e.g. a coin tossed several times). There are 5 approaches you can take on these. Look through cards on approach after repetition.
Probability of Outcome After Repetitions 1: Multiplication
If you know the probability for each event and need to find the probability of all the events occurring (e.g. probability the first coin lands heads up, second tails up) you can multiply the probabilities of individual events. Caution: Pay attention on how one event effects another one. Order does matter here.
E.g. 3 students chosen at random from class of 6 girls and 4 boys. What’s the probability that all three are girls?
Probability that first student chosen is a girl: 6/10.
Probability that second student chosen is a girl: 5/9
Probability that third student chosen is a girl: 4/8
Probability that all student chosen are girls:
6/10 x 5/9 x 4/8 = 1/6
Probability of Outcome After Repetitions 2: Subtraction of Undesired Outcomes
If you can’t readily calculate the probability of the desired outcome but of the undesired outcome, you can subtract that from the total.
REMEMBER: In probability the total of all possible outcomes is always 1.
E.g. Fair coin (fair means that every outcome is equally possible) is flipped 3 times. What is the probability of getting at least one tail?
Desired: 1 tail, 2 tails or 3 tails.
It’s easier here to look at what’s undesired:
Undesired: 3 heads in a row.
I.e. Total - Undesired
1 - HHH = 1 - 1/2 x 1/2 x 1/2 = 1 - 1/8 = 7/8
(This approach works for many GMAT questions)
Probability of Outcome After Repetitions 3: Multiplying by All Permutations of Outcome
If you need to know the probability that an event will occur a certain number of times, but the order of those occurrences doesn’t matter, solve for the PROBABILITY OF DESIRED OUTCOME, then MULTIPLY BY ALL PERMUTATIONS OF THAT OUTCOME.
E.g. A fair coin is flipped 5 times. What is the probability of getting exactly 3 heads.
What you want: 3 heads and 2 tails but order doesn’t matter. Therefore approach 1 of multiplying the different probabilities of each outcome wouldn’t work well here.
Instead:
- Use approach 1 to figure out probability of one outcome:
e. g. HHHTT = 1/2 x 1/2 x 1/2 x 1/2 x 1/2 = 1/32 - Use combinations formula to get number of ways you could get that outcome, i.e. you could re-arrange HHHTT.5!/3! x 2! = 5x4x3x2x1/3x2x1x2x1 = 5 x 2 = 10
I.E. there are 10 different ways to get 3 heads and 2 tails. Each one of those outcomes has a probability of 1/32.
- Multiply to get the probability of getting exactly 3 heads in 5 coin flips:
1/32 x 10 = 5/16
Probability of Outcome After Repetitions 4: Work Separately With Numerator and Denominator
If like in approach 3 what you want is very specific and order doesn’t matter you can figure out the total number of possibilities and the total number of desired outcomes separately and then put them together in the fraction that makes the probability formula.
Probability: Number of desired Outcomes/Number of total possible outcomes.
E.g. bag has 4 red marbles, 5 blue marbles, 2 green marbles. If 5 marbles are selected one after another without replacement, what is the probability of drawing 2 red marbles, 2 blue marbles and 1 green marble?
- Calculate possible outcomes by using the combinations formula:11C5 = 11!/5! x 6! = 11x2x3x7 (leave expression as is for now as we will put it into a fraction again later anyway)
- Calculate desired outcome:a. 2 of the red marbles: 4C2 = 4!/2!x2!
b. 2 of the blue marbles: 5C2 = 5!/2!x3!
c. 1 of the 2 green marbles: 2C1 = 2!/1!x1!now multiply to get all desired outcomes:4!/2!x2! x 5!/2!x3! x 2!/1!x1! = 6x10x2 - Put fraction together:No. desired outcomes/No. of total possible outcomes
=
6x10x2/11x2x3x7 = 20/77
Probability of Outcome After Repetitions 5: Count Outcomes
If numbers involved are small then just count the number of possible outcomes:
E.g. in 2 coin flips, what’s the possibility of getting exactly one head?
Possible results in those 2 coin flips: HH, HT, TH, TT Of these 4 possibilities 2 have exactly one head. I.e. probability here is 2/4 = 1/2
Probability:
Probability measures the likelihood of a certain event occurring. Probability can be expressed as a fraction, a decimal between 0 and 1, or a percentage between 0% and 100%.
E.g. if there are 2 red marbles and 2 blue marbles in a beg the probability of randomly selecting a red marble from the bag is equal to the ratio of red marbles and all marbles in the bag:
2:4 or 2/4 = 1/2
Manhattan - Combinatorics
Main principles of combinatorics derived from these two simple principles that involve making a decision:
- OR means add. Decision 1 or Decision 2? (add possibilities)
- AND means multiply. Decision 1 and Decision 2 (multiply possibilities
E.g. how many choices here?
Steak OR Chicken OR Salmen AND Soup OR Salad 1 + 1 + 1 = 3 x 1 + 1 = 2 3 x 2 = 6 choices.
When questions ask “How many…” it’s usually a combinatorics question. However many don’t use OR and AND so you have to use critical thinking.
Manhattan - Slot Method:
A type of combinatorics question where you have to find # of possibilities for locks for instance. Since this is an AND decision (you need to pick the first digits, the second, the third and the forth, or even more) you have to multiply here.
The strategy is to start with the most restrictive digits (e.g. if first and last digits have to be odd) then move to the other ones, always subtracting one digit from the pool of possibilities as you go through the slots.
Digit 1 x Digit 2 x Digit 3 x Digit 4
E.g. 10 x 9 x 8 x 7 possible combinations
Manhattan - Arranging Groups:
Common type of combinatorics question. Asks how many different ways there are to arrange a group.
Rule:
Number of possible ways to arrange n distinct objects, if there are no restrictions is n!
E.g. how many ways to arrange 4 people in 4 chairs in a row?
Use slot method and rule for factorial in combinatorics. Since this is an AND decision (pick person for first chair, and for second chair, and so on) you need to multiply:
Chair 1 x Chair 2 x Chair 3 x Chair 3
4 x 3 x 2 x 1 = 4! = 24 possibilities to arrange the 4 people
in 4 chairs in a row.
Manhattan - Common Factorials to memorize
1! = 1 2! = 2x1 = 2 3! = 3x2x1 = 6 4! = 4x3x2x1= 24 5! = 5x4x3x2x1 = 120 6! = 6x5x4x3x2x1 = 720