4. Statistics and Probability

Probability And Types Of Events

Probability and Types of Events 🎲

Introduction: Why probability matters

Hello students, probability is the mathematics of chance. It helps us describe how likely an event is to happen, from flipping a coin to predicting whether a bus will arrive on time, or whether a medical test gives a positive result. In IB Mathematics Analysis and Approaches SL, probability is an important part of statistics because it gives a framework for making decisions when outcomes are uncertain.

By the end of this lesson, you should be able to:

  • explain key probability vocabulary and event types,
  • calculate simple probabilities using IB reasoning,
  • describe how events can be combined and related,
  • connect probability to the wider study of statistics and data analysis.

A strong understanding of probability starts with clear definitions. If you know what an event is, what “independent” means, and how complements work, you can solve many exam questions with confidence. 📘

Basic probability ideas and terminology

Probability measures the chance that an event occurs. For equally likely outcomes, the probability of an event $A$ is

$$P(A)=\frac{\text{number of favourable outcomes}}{\text{total number of outcomes}}.$$

The value of a probability always lies between $0$ and $1$. An event with probability $0$ is impossible, and an event with probability $1$ is certain.

A few key terms are essential:

  • Experiment: a process with uncertain outcome, such as tossing a coin.
  • Outcome: a single result of an experiment, such as landing heads.
  • Sample space: the set of all possible outcomes, often written as $S$.
  • Event: a set of outcomes from the sample space.
  • Complement of an event: the event that $A$ does not occur, written as $A^c$ or sometimes $A'$.

For example, if a fair die is rolled, the sample space is $S=\{1,2,3,4,5,6\}$. If $A$ is the event “rolling an even number,” then $A=\{2,4,6\}$. Its complement is $A^c=\{1,3,5\}$.

A useful rule is

$$P(A^c)=1-P(A).$$

This is often easier than counting the event directly. If the probability of rain is $0.3$, then the probability of no rain is $1-0.3=0.7$.

Types of events and how they relate

In IB probability, events are often grouped by the way they interact. Understanding these types helps you choose the correct formula.

Mutually exclusive events

Two events are mutually exclusive if they cannot happen at the same time. For example, when rolling one die, the events “rolling a $2$” and “rolling a $5$” are mutually exclusive, because one roll cannot be both values.

If $A$ and $B$ are mutually exclusive, then

$$P(A\cup B)=P(A)+P(B).$$

Here $A\cup B$ means “$A$ or $B$ or both.” For mutually exclusive events, “both” is impossible, so the formula is just addition.

A common real-world example is choosing one student from a class and asking whether the student is in Year 11 or Year 12. One student cannot be in both year groups at the same time, so those events are mutually exclusive.

Overlapping events

Events are overlapping if they can happen together. For example, in a class survey, the event “student plays a sport” and the event “student plays an instrument” may overlap because one student could do both.

For any two events, the addition rule is

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

The term $P(A\cap B)$ is subtracted because the overlap is counted twice if we simply add the probabilities.

Independent events

Two events are independent if the occurrence of one does not affect the probability of the other. A common example is tossing a coin and rolling a die. The result of the coin toss does not change the die outcome.

If $A$ and $B$ are independent, then

$$P(A\cap B)=P(A)P(B).$$

This multiplication rule is very important. For example, the probability of getting heads on a fair coin and a $6$ on a fair die is

$$P(\text{heads and }6)=\frac{1}{2}\cdot\frac{1}{6}=\frac{1}{12}.$$

Independence is not the same as being mutually exclusive. In fact, if two events are mutually exclusive and both have non-zero probability, they cannot be independent.

Dependent events

Two events are dependent if the first event changes the probability of the second. This often happens when outcomes are drawn without replacement. For example, if you pick one card from a deck and do not put it back, the probability of the second card depends on the first.

For dependent events,

$$P(A\cap B)=P(A)P(B\mid A),$$

where $P(B\mid A)$ is the conditional probability of $B$ given that $A$ has happened.

Conditional probability and event descriptions

Conditional probability is written as

$$P(B\mid A)=\frac{P(A\cap B)}{P(A)}, \quad P(A)>0.$$

This means “the probability of $B$ given that $A$ already occurred.”

Imagine a school with a robotics club and a math club. If you are told that a student is in the robotics club, the probability that the student is also in the math club may be different from the probability for a random student. The information changes the sample space, so the probability changes too.

Tree diagrams are very useful for conditional probability. They show step-by-step outcomes and help organize dependent and independent events. For example, if a bag has red and blue counters and one is removed without replacement, the second branch probabilities change after the first draw.

A good IB skill is deciding whether a problem involves:

  • addition for “or,”
  • multiplication for “and,”
  • complements for “not,”
  • conditional probability for “given.”

These words are not just language clues; they guide your calculations. ✅

Using probability in statistics and real data

Probability connects directly to the broader Statistics and Probability topic. Statistics often begins with data collection and description, then uses probability to make inferences or predictions.

For example, suppose a survey shows that $40\%$ of students travel to school by bus. If you randomly choose a student, probability gives a model for predicting likely outcomes. If you collect more data, the probability model may become more accurate or may need adjustment.

Probability also supports correlation and regression indirectly. While correlation and regression describe relationships in data, probability helps explain variability and uncertainty in those relationships. In more advanced modeling, probability distributions describe how data values are spread.

In the IB course, you may use probability tables, two-way tables, Venn diagrams, and tree diagrams to solve problems. Each representation helps organize information in a different way.

Example with a two-way table

Suppose a survey of $100$ students gives the following data:

  • $60$ study French,
  • $40$ study Spanish,
  • $15$ study both French and Spanish.

Let $F$ be “studies French” and $S$ be “studies Spanish.” Then:

$$P(F)=\frac{60}{100}=0.6,$$

$$P(S)=\frac{40}{100}=0.4,$$

$$P(F\cap S)=\frac{15}{100}=0.15.$$

The probability that a student studies French or Spanish is

$$P(F\cup S)=P(F)+P(S)-P(F\cap S)=0.6+0.4-0.15=0.85.$$

So $85\%$ of the students study at least one of the two languages.

Common exam reasoning for IB AA SL

IB questions often test whether you can interpret the situation correctly before calculating. Always identify the sample space and the type of event first.

Here are some important habits:

  • Check whether outcomes are equally likely.
  • Decide if the events are mutually exclusive, overlapping, independent, or dependent.
  • Use a complement when “at least one” is awkward to count.
  • In questions with “given that,” use conditional probability.
  • Make sure probabilities add to $1$ when the full sample space is included.

Example: at least one success

If the probability of a student answering one question correctly is $0.8$, and two questions are independent, the probability of getting at least one correct can be found using the complement.

Let $A$ be the event “at least one correct.” Then $A^c$ is “both incorrect.” The probability of one incorrect answer is $0.2$, so

$$P(A^c)=0.2\times0.2=0.04.$$

Therefore,

$$P(A)=1-0.04=0.96.$$

This is often simpler than adding several separate cases.

Conclusion

Probability and types of events give you the language and tools to reason about chance. students, when you understand sample spaces, complements, unions, intersections, independence, dependence, and conditional probability, you can solve a wide range of IB questions. More importantly, you can connect random chance to real-world decision-making in surveys, testing, games, and data analysis. Probability is not isolated from statistics; it is one of the foundations that makes statistical reasoning meaningful. 🌟

Study Notes

  • Probability measures how likely an event is, and always satisfies $0\leq P(A)\leq1$.
  • The sample space $S$ contains all possible outcomes.
  • The complement rule is $P(A^c)=1-P(A)$.
  • Mutually exclusive events cannot happen together, so $P(A\cup B)=P(A)+P(B)$.
  • Overlapping events use $P(A\cup B)=P(A)+P(B)-P(A\cap B)$.
  • Independent events satisfy $P(A\cap B)=P(A)P(B)$.
  • Dependent events require conditional probability, with $P(B\mid A)=\frac{P(A\cap B)}{P(A)}$.
  • “Or” usually suggests a union, “and” suggests an intersection, “not” suggests a complement, and “given that” suggests conditional probability.
  • Tree diagrams, Venn diagrams, and two-way tables are common IB tools for organizing events.
  • Probability supports the wider Statistics and Probability topic by helping model uncertainty in data and real-life situations.

Practice Quiz

5 questions to test your understanding

Probability And Types Of Events — IB Mathematics Analysis And Approaches SL | A-Warded