Introduction to Probability
Welcome to the world of chance! Whether you are deciding to take an umbrella because there is a "60% chance of rain" or wondering about your odds of winning a game, you are using probability. In this chapter, we will learn how to measure the likelihood of events happening within a fixed set of possibilities, called a finite sample space. Don't worry if you find math a bit daunting—we will break this down step-by-step using simple rules and everyday examples.
1. The Basics: What is Probability?
Probability is simply a way of putting a number on how likely something is to happen. We use the notation \( P(A) \) to mean "the probability of event A happening."
What is a Sample Space?
A sample space is just a fancy name for "a list of every possible outcome." For example, if you flip a coin, the sample space is {Heads, Tails}. If you roll a six-sided die, the sample space is {1, 2, 3, 4, 5, 6}.
Calculating Basic Probability
If all outcomes in a sample space are equally likely (like a fair die where every number has the same chance), we use this simple formula:
\( P(A) = \frac{\text{Number of ways event A can happen}}{\text{Total number of possible outcomes}} \)
Example: What is the probability of rolling an even number on a fair die?
1. The even numbers are {2, 4, 6}. There are 3 ways.
2. The total outcomes are {1, 2, 3, 4, 5, 6}. There are 6 outcomes.
3. \( P(\text{Even}) = \frac{3}{6} = 0.5 \) (or \( \frac{1}{2} \)).
Quick Review:
• Probability is always between 0 (impossible) and 1 (certain).
• It can be written as a fraction, decimal, or percentage.
2. Complementary Events: The "Not" Rule
Sometimes it is easier to calculate the chance of something not happening. This is called a complementary event.
In math notation, the complement of event \( A \) is written as \( A' \) (read as "not A").
Because something must either happen or not happen, the total probability is always 1. This gives us a very handy trick:
\( P(A) + P(A') = 1 \) or \( P(A') = 1 - P(A) \)
Analogy: If there is a 20% chance it will rain, there is an 80% chance it won't rain (\( 100\% - 20\% \)).
Common Mistake: Forgetting to subtract from 1! If a question asks for the probability of "not rolling a 6," don't just count the other numbers; remember it's just \( 1 - P(6) \).
3. Expected Frequency: Predicting the Future
If you know the probability of an event, you can predict how many times it will happen over a certain number of trials (\( n \)).
Expected Frequency = \( n \times P(A) \)
Example: If the probability of a bus being late is 0.1, how many times would you expect it to be late over 50 days?
\( 50 \times 0.1 = 5 \) times.
Key Takeaway:
Expected frequency is an average estimate. It doesn't mean the bus will be late exactly 5 times, but that's what we would expect in the long run.
4. Using Diagrams to Solve Problems
Probability can get confusing when many things happen at once. We use diagrams to keep our thoughts organized.
Venn Diagrams
These use overlapping circles to show how different events relate to each other. They are great for "Students who take Art vs. Students who take Music."
Sample Space Diagrams
When you have two events (like rolling two dice), a grid is the best way to see every possible combination. This helps you avoid missing any outcomes!
Tree Diagrams
Use these when one event follows another (e.g., picking a marble, then picking another).
• Multiply probabilities as you move along the branches.
• Add probabilities as you move down the columns at the end.
Did you know? Tree diagrams are called "trees" because they start from a single trunk and "branch out" into all the different possibilities.
5. Mutually Exclusive vs. Independent Events
These are two terms that students often mix up. Let’s clear them up with a simple comparison:
Mutually Exclusive (The "OR" Rule)
Events are mutually exclusive if they cannot happen at the same time.
Example: You cannot turn left and turn right at the exact same moment.
If events \( A \) and \( B \) are mutually exclusive, to find the probability of \( A \) or \( B \), you just ADD them:
\( P(A \text{ or } B) = P(A) + P(B) \)
Independent Events (The "AND" Rule)
Events are independent if one happening does not change the chance of the other happening.
Example: Rolling a 6 on a die and then flipping a Head on a coin. The die doesn't care what the coin does!
To find the probability of \( A \) and \( B \), you MULTIPLY them:
\( P(A \text{ and } B) = P(A) \times P(B) \)
Memory Aid:
• And = Add? NO! That’s the trap!
• OR = ADD (Both have three letters).
• And = X (Multiply) - Imagine the 'A' in And looking like a Multiplication sign with a belt!
6. The "At Least One" Trick
In your exams, you might see a tricky question like: "Find the probability of getting at least one 6 in five throws of a die."
Don't worry! Calculating "at least one" directly is exhausting because it could mean one 6, two 6s, three 6s... etc.
Instead, use the Complement Rule:
\( P(\text{at least one}) = 1 - P(\text{none}) \)
Step-by-step:
1. Find the probability of not getting a 6 in one throw: \( \frac{5}{6} \).
2. Find the probability of none of the five throws being a 6 (Independent rule): \( (\frac{5}{6}) \times (\frac{5}{6}) \times (\frac{5}{6}) \times (\frac{5}{6}) \times (\frac{5}{6}) = (\frac{5}{6})^5 \).
3. Subtract that from 1: \( 1 - (\frac{5}{6})^5 \).
Summary of Rules:
• Total Probability = 1.
• Complement: \( P(\text{not } A) = 1 - P(A) \).
• Mutually Exclusive (OR): Add the probabilities.
• Independent (AND): Multiply the probabilities.