1.3.6 · D4Basic Data & Probability

Exercises — Probability basics — sample space, events, P(E) = favourable - total

2,345 words11 min readBack to topic

This page is a self-test. Read each problem, try it yourself, THEN open the collapsible solution. Everything here is built on the parent topic — the sample space , an event , and the formula

Reminders of the vocabulary you'll lean on:

  • Sample Space — the full set of everything that can happen.
  • Events and Set Theory — an event is a subset of ; "or" is union , "and" is intersection .
  • Complement of an Event is "everything not in ", and .
  • Mutually Exclusive Events — two events with no shared outcome; you may add their counts safely.
  • Counting Principles — multiply choices to count combinations.

Level 1 — Recognition

You just have to name the pieces: build , build , and divide.

Exercise L1.1

A single fair die is rolled. What is the probability of rolling a number less than 3?

Recall Solution

Step 1 — sample space. A die has 6 faces: Every face is equally likely, so the formula applies.

Step 2 — event. "Less than 3" means strictly below 3, so and only: Note is not included — "less than 3" excludes 3 itself.

Step 3 — divide.

Answer: .

Exercise L1.2

A bag has 4 red, 3 green, and 2 yellow marbles. One marble is drawn at random. What is ?

Recall Solution

Step 1 — total outcomes. Add up all marbles: Each marble is one equally-likely outcome.

Step 2 — favourable. There are 3 green marbles: .

Step 3 — divide.

Answer: .


Level 2 — Application

Now you must construct the sample space from a rule, then filter it.

Exercise L2.1

Two fair coins are tossed. What is the probability of getting at least one tail?

Recall Solution

Step 1 — sample space. First coin: H or T. For each, second coin: H or T. That's equally likely outcomes: and are different because they say which coin was the tail.

Step 2 — event. "At least one tail" = one or more T:

Step 3 — divide.

Faster check with the complement. The opposite of "at least one tail" is "no tails at all" = , with probability . So

Answer: .

Exercise L2.2

A card is drawn from a standard 52-card deck. What is the probability it is a red card OR a King?

Recall Solution

Step 1 — sample space. .

Step 2 — count each piece.

  • Red cards (hearts + diamonds): .
  • Kings (one per suit): .

Step 3 — remove the overlap. Some cards are both red and a King: the King of hearts and the King of diamonds — that's cards counted in both piles. To count the union without double-counting: This is the inclusion–exclusion idea from Events and Set Theory: .

Step 4 — divide.

Answer: .


Level 3 — Analysis

Here the shape of the sample space matters. Order, replacement, and the 6×6 dice grid all change the counts. See the figures.

Exercise L3.1

Two fair dice are rolled. What is the probability the sum is 8 or more?

Recall Solution

Step 1 — sample space. Each die shows 1–6, so ordered pairs give Look at the grid in the figure — every cell is one equally-likely outcome.

Figure — Probability basics — sample space, events, P(E) = favourable - total

Step 2 — count sums . Read the shaded cells along the diagonals:

  • Sum :
  • Sum :
  • Sum :
  • Sum :
  • Sum :

Total favourable: , so .

Step 3 — divide.

Answer: .

Exercise L3.2

Two balls are drawn without replacement from a box holding (one red, one blue, one green). What is the probability that one of the two drawn is red?

Recall Solution

Step 1 — sample space, ordered. Draw a first ball (3 choices), then a second from the remaining 2: Listing ordered pairs (first, second): "Without replacement" means the first ball can't come back, so is impossible — that's why the second factor is 2, not 3.

Figure — Probability basics — sample space, events, P(E) = favourable - total

Step 2 — event. "One of the two is red" = red appears in the pair: The only pairs without red are and .

Step 3 — divide.

Answer: .


Level 4 — Synthesis

Combine several tools at once: complement + counting + careful sample space.

Exercise L4.1

Three fair coins are tossed. What is the probability of getting at least one head?

Recall Solution

Step 1 — sample space. Each coin: 2 outcomes, three coins:

Step 2 — use the complement. Counting "at least one head" directly means 7 outcomes. Counting the opposite — "zero heads" — is one outcome: . So

Step 3 — subtract from 1 (the Complement of an Event rule):

Answer: .

Exercise L4.2

A number is chosen at random from . What is the probability it is divisible by 2 or by 3?

Recall Solution

Step 1 — sample space. .

Step 2 — count each divisibility set.

  • Divisible by 2: numbers.
  • Divisible by 3: numbers.
  • Divisible by both (i.e. by 6): numbers. These are the overlap.

Step 3 — inclusion–exclusion.

Step 4 — divide.

Answer: .


Level 5 — Mastery

Multi-stage reasoning where a wrong sample space quietly breaks everything.

Exercise L5.1

Two dice are rolled. Given nothing else, find the probability that the product of the two numbers is even.

Recall Solution

Step 1 — sample space. ordered pairs.

Step 2 — complement is cleaner. A product is odd only when both dice are odd (odd × odd = odd; any even factor makes the product even). Odd faces are — 3 choices each: So

Step 3 — complement.

Answer: .

Exercise L5.2

A committee of 2 people is chosen at random from 3 women and 2 men . What is the probability the committee has exactly one woman?

Recall Solution

Step 1 — sample space (unordered pairs). A committee doesn't care about order, so we count combinations of 2 from 5 people. Using Counting Principles: These 10 pairs are all equally likely.

Step 2 — favourable: exactly one woman. Choose 1 woman from 3 and 1 man from 2:

Step 3 — divide.

Answer: .

Exercise L5.3

Two dice are rolled. What is the probability that the maximum of the two faces is exactly 4?

Recall Solution

Step 1 — sample space. .

Step 2 — decode "maximum is exactly 4". Both dice must be , and at least one must equal 4.

  • Both : pairs from .
  • Both (no 4 appears): .
  • So "max is exactly 4" = (both ) minus (both ): .

Listing to confirm: pairs. .

Step 3 — divide.

Answer: .


Recall Quick self-check answer key

L1.1 L1.2 L2.1 L2.2 L3.1 L3.2 L4.1 L4.2 L5.1 L5.2 L5.3

Next steps: solidify the union rule in Events and Set Theory, the complement shortcut in Complement of an Event, and the axioms these all rest on in Axioms of Probability.