Welcome to Further Probability!
In your standard A Level Mathematics course, you’ve already mastered the basics of probability. You know that the probability of an event is simply the number of ways it can happen divided by the total number of things that could happen.
In Further Mathematics, we take this a step further. We focus on Combinatorics—the mathematical art of counting. Instead of just listing outcomes, we use clever techniques called Permutations and Combinations to solve much more complex problems involving arrangements and selections. Don't worry if this seems tricky at first; once you learn the "counting rules," the probability part is just one simple division at the end!
1. Permutations vs. Combinations: The Golden Rule
Before we dive into the math, you must be able to distinguish between these two key terms. The difference always comes down to one question: Does the order matter?
Permutations (Order Matters!)
A permutation is an ordered arrangement. Think of a race: finishing 1st, 2nd, and 3rd is very different from finishing 3rd, 2nd, and 1st.
Analogy: Think of a phone PIN. If your code is 1-2-3-4, entering 4-3-2-1 won't unlock your phone! The position (P) is vital.
Combinations (Order Doesn't Matter!)
A combination is a selection where the order is irrelevant.
Analogy: Think of choosing three toppings for a pizza. If you pick mushrooms, peppers, and olives, it’s the exact same pizza as olives, peppers, and mushrooms. You are just making a choice (C).
Quick Review: The Notation
We use the following notation on your calculator:
1. \( ^nP_r \): The number of ways to arrange \( r \) objects from a total of \( n \).
2. \( ^nC_r \): The number of ways to choose \( r \) objects from a total of \( n \).
Memory Aid:
Permutation = Position (Order counts!)
Combination = Choice (Just picking!)
Key Takeaway: If the question is about "arranging in a line," use permutations. If it’s about "choosing a committee or a group," use combinations.
2. Selection Problems (Using Combinations)
Selection problems involve picking a subset of items from a larger group. In Further Maths, these often involve multiple "types" of items (like vowels and consonants).
Step-by-Step Example: 'CALCULATOR'
Question: What is the probability that 3 vowels and 2 consonants are chosen when 5 letters are chosen at random from the word 'CALCULATOR'?
Step 1: Identify your "Pools"
First, count the letters in 'CALCULATOR' (10 letters total).
Vowels: A, U, A, O (4 total)
Consonants: C, L, C, L, T, R (6 total)
Step 2: Calculate the number of "Successful" ways
We need to choose 3 vowels from 4 AND 2 consonants from 6.
Ways to choose vowels: \( ^4C_3 \)
Ways to choose consonants: \( ^6C_2 \)
Total successful ways = \( ^4C_3 \times ^6C_2 = 4 \times 15 = 60 \)
Step 3: Calculate the "Total" ways
This is simply choosing any 5 letters from the total 10.
Total ways = \( ^{10}C_5 = 252 \)
Step 4: Final Probability
\( P(\text{Selection}) = \frac{60}{252} = \frac{5}{21} \)
Common Mistake to Avoid: Don't add the combinations! When you need "This AND That" to happen, you multiply the ways.
3. Arrangement Problems (Using Permutations)
Arrangement problems involve placing objects in a specific order, usually in a straight line. There are two tricky variations the syllabus expects you to know: Repetition and Restrictions.
Scenario 1: Identical Items (Repetition)
If you are arranging letters where some are the same (like 'ARTIST'), you have fewer unique arrangements because swapping the two 'T's doesn't change the word.
The Rule: Divide the total factorials by the factorials of the repeated items.
For 'ARTIST' (6 letters, two 'T's):
Total arrangements = \( \frac{6!}{2!} \)
Did you know? This is why the word 'MISSISSIPPI' is a classic math problem! It has 11 letters, but only 34,650 unique arrangements because of all the repeated 'I's, 'S's, and 'P's.
Scenario 2: Restrictions ("Together" and "Apart")
Questions often ask for the probability that certain items are (or are not) next to each other.
The "Together" Trick (The Glue Method)
If two consonants must be next to each other in the word 'TRAITS':
1. Glue the two consonants together into one "super-letter".
2. Arrange the "super-letter" and the remaining letters as normal.
3. Multiply by the number of ways the letters inside the "glue" can swap places.
The "Apart" Trick (The Gap Method)
If two consonants cannot be next to each other:
1. Arrange all the other letters first with spaces between them (e.g., _ V _ V _).
2. Count the number of "gaps" (the underscores).
3. Use \( ^n P_r \) to place the consonants into those gaps.
Quick Review Box:
- Together? Tie them up and treat them as one.
- Apart? Place the others first and use the gaps!
4. Summary and Final Tips
Probability in Further Maths is all about the counting. If you can correctly count the number of ways your specific event happens and divide it by the total possible ways, you've got it!
- Check for repeats: Always look at your word to see if letters appear twice.
- Order or Choice? If you're picking a team, use \( C \). If you're lining them up for a photo, use \( P \).
- The "Not" shortcut: Sometimes it is easier to find the probability of something not happening and subtract it from 1. For example: \( P(\text{Apart}) = 1 - P(\text{Together}) \).
Key Takeaway: Master the calculator functions for \( nCr \) and \( nPr \), and always ask yourself "does the order matter?" before you start calculating!