Introduction to Probability

Probability is the mathematical way of measuring how likely it is that something will happen. In the IB Applications and Interpretation course, we focus on how probability works in real-world contexts—from predicting the weather to calculating risks in insurance. Don't worry if this seems abstract at first; we will use visual tools like diagrams to make these concepts much clearer!

1. The Basics: Trials, Outcomes, and Sample Spaces

To understand probability, we need a common language. Here are the fundamental terms you need to know:

  • Trial: A single act or experiment, such as flipping a coin once or rolling a die.
  • Outcome: A possible result of a trial (e.g., landing on "Heads").
  • Sample Space \( (U) \): The set of all possible outcomes. We usually denote the total number of outcomes as \(n(U)\).
  • Event \( (A) \): A specific outcome or a collection of outcomes we are interested in.

Calculating Basic Probability

If all outcomes in a sample space are equally likely (like a fair die), the probability of an event \(A\) happening is calculated as:

\(P(A) = \frac{n(A)}{n(U)}\)

Where:
\(n(A)\) is the number of ways event \(A\) can happen.
\(n(U)\) is the total number of possible outcomes in the sample space.

Example: If you roll a fair 6-sided die, what is the probability of rolling an even number?
The sample space is \(U = \{1, 2, 3, 4, 5, 6\}\), so \(n(U) = 6\).
The event \(A\) (even numbers) is \(\{2, 4, 6\}\), so \(n(A) = 3\).
\(P(\text{even}) = \frac{3}{6} = 0.5\)

Complementary Events

The complement of event \(A\) is the event that \(A\) does not happen. We write this as \(A'\). Since something must either happen or not happen, the probabilities always add up to 1:

\(P(A) + P(A') = 1\) or \(P(A') = 1 - P(A)\)

Key Takeaway:

Probability values always fall between 0 (impossible) and 1 (certain). If your answer is 1.2 or -0.5, something has gone wrong!

2. Visualizing Probability

In many exam questions, the hardest part is "seeing" the outcomes. We use three main tools to help:

Sample Space Diagrams (Tables of Outcomes)

These are perfect when you are combining two different events, like rolling two dice or flipping a coin and rolling a die.

Example: Sum of two dice
A table showing all 36 combinations allows you to quickly count how many ways you can get a sum of, say, 7.

Venn Diagrams

Venn diagrams are great for showing the relationship between two or three overlapping events.

  • The Intersection \( (A \cap B) \): Outcomes that are in both \(A\) and \(B\). (Think: "A AND B")
  • The Union \( (A \cup B) \): Outcomes that are in \(A\), or \(B\), or both. (Think: "A OR B")

Tree Diagrams

Use these for sequential events (one thing happening after another).
Rule 1: Multiply probabilities along the branches (going across).
Rule 2: Add the results of different branches (going down) if they both satisfy your criteria.

3. Combined Events and the Addition Rule

When we want to find the probability of \(A\) or \(B\) happening, we use the Combined Events formula:

\(P(A \cup B) = P(A) + P(B) - P(A \cap B)\)

Why do we subtract the intersection? Because if we just added \(P(A)\) and \(P(B)\), we would be counting the people/items in the middle twice! Subtracting it once fixes the "double counting."

Mutually Exclusive Events

Events are mutually exclusive if they cannot happen at the same time. For example, a card cannot be both a Heart and a Spade simultaneously.

For mutually exclusive events:
\(P(A \cap B) = 0\)
Therefore: \(P(A \cup B) = P(A) + P(B)\)

4. Conditional Probability

Conditional probability is the probability of an event happening given that another event has already occurred. This "shrinks" our sample space.

The notation is \(P(A|B)\), which reads as "the probability of \(A\) given \(B\)."

The Formula:
\(P(A | B) = \frac{P(A \cap B)}{P(B)}\)

Analogy: Imagine a whole school (the sample space). If I ask "What is the probability a student plays guitar, given they are in the Jazz Band?", I am no longer looking at the whole school. I am only looking at the Jazz Band members (the new sample space) and counting how many guitarists are among them.

5. Independent Events

Two events are independent if the occurrence of one does not affect the probability of the other. For example, rolling a 6 on a die doesn't change the probability of getting "Heads" on a coin flip.

The Test for Independence:
Two events \(A\) and \(B\) are independent if and only if:
\(P(A \cap B) = P(A) \times P(B)\)

Also, for independent events, \(P(A|B) = P(A)\) because knowing \(B\) happened tells you nothing new about \(A\).

6. Expected Number of Occurrences

In many "Applications" questions, you will be asked how many times you expect an event to happen over several trials. This is a simple calculation:

\(E = n \times P(A)\)

Where:
\(n\) is the number of trials.
\(P(A)\) is the probability of the event.

Example: If the probability of a machine failing is 0.02 and you have 500 machines, you would expect \(500 \times 0.02 = 10\) machines to fail.

Summary & Quick Tips

  • "OR" usually means Add: Use the union formula \(P(A \cup B)\).
  • "AND" usually means Multiply: Especially in tree diagrams or for independent events.
  • "Given that" means Conditional: Use the formula or look at a specific row/column in a table.
  • Check your totals: In any probability diagram, the sum of all individual probabilities must equal 1.
  • Read carefully: Note whether a tree diagram involves "replacement" (independent) or "without replacement" (dependent/conditional).