Math Lab
Home/Class X/Ch 14/Sample space and events

Sample space and events

Every probability problem starts with an experiment , a process that produces an outcome that cannot be predicted with certainty. Tossing a coin, rolling a die, drawing a card, drawing a ball from a bag , these are all probability experiments. To compute probabilities, we begin by listing all the possible outcomes.

Sample space

The sample space of an experiment is the set of all possible outcomes. It is denoted SS.

Examples:

  • Tossing one coin: S={H,T}S = \{H, T\}. Size 22.
  • Tossing two coins: S={HH,HT,TH,TT}S = \{HH, HT, TH, TT\}. Size 44.
  • Rolling one die: S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}. Size 66.
  • Rolling two dice: S={(1,1),(1,2),,(6,6)}S = \{(1,1), (1,2), \ldots, (6,6)\}. Size 3636.
  • Drawing one card from a deck: S=S = all 5252 cards. Size 5252.
  • Drawing one ball from a bag with 55 red and 33 blue balls: S=S = each of the 88 balls (we treat each ball as distinct even if they look alike). Size 88.

Equally likely outcomes

Two outcomes are equally likely if there is no reason to expect one more than the other. For a fair coin, HH and TT are equally likely. For a fair die, each of 1,2,3,4,5,61, 2, 3, 4, 5, 6 is equally likely.

When the outcomes are equally likely, the probability of any single outcome is 1/(total outcomes)1/(\text{total outcomes}).

For experiments with non-equally-likely outcomes, the formula gets more nuanced (covered in higher classes). For Class X, almost every problem assumes equally likely outcomes.

Events

An event is any subset of the sample space , i.e., any collection of outcomes. We typically describe an event in words ("getting an even number") and then translate to an explicit list.

For "rolling a die, getting an even number": event E={2,4,6}E = \{2, 4, 6\}. Size 33.

For "rolling two dice, getting a sum of 77": event E={(1,6),(2,5),(3,4),(4,3),(5,2),(6,1)}E = \{(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)\}. Size 66.

Probability of an event

When all outcomes are equally likely,

P(E)=number of outcomes in Etotal number of outcomes in S.P(E) = \frac{\text{number of outcomes in $E$}}{\text{total number of outcomes in $S$}}.

For "rolling a die, getting an even number": P(E)=3/6=1/2P(E) = 3/6 = 1/2.

For "rolling two dice, sum 77": P(E)=6/36=1/6P(E) = 6/36 = 1/6.

For "drawing a king from a deck": there are 44 kings out of 5252 cards. P=4/52=1/13P = 4/52 = 1/13.

Sure and impossible events

  • A sure event is one that always happens. P=1P = 1. E.g., "drawing any card from a deck".
  • An impossible event is one that never happens. P=0P = 0. E.g., "drawing a king of red apples from a deck".

For any event EE, 0P(E)10 \leq P(E) \leq 1. Probabilities outside this range are nonsensical.

Worked examples

Example 1. A die is rolled. Find the probability of getting (a) an even number, (b) a multiple of 33, (c) a prime number.

(a) Favourable: {2,4,6}\{2, 4, 6\}. P=3/6=1/2P = 3/6 = 1/2.

(b) Favourable: {3,6}\{3, 6\}. P=2/6=1/3P = 2/6 = 1/3.

(c) Primes are 2,3,52, 3, 5. P=3/6=1/2P = 3/6 = 1/2.

Example 2. Two coins are tossed simultaneously. Find the probability of getting (a) two heads, (b) at least one head, (c) no head.

Sample space: {HH,HT,TH,TT}\{HH, HT, TH, TT\}.

(a) P(two heads)=1/4P(\text{two heads}) = 1/4.

(b) P(1H)=3/4P(\geq 1 H) = 3/4 (HH,HT,THHH, HT, TH).

(c) P(no head)=1/4P(\text{no head}) = 1/4 (TTTT).

Example 3. A bag contains 55 red, 44 green, and 33 blue balls. One ball is drawn. Find the probability of getting (a) red, (b) green, (c) not blue.

Total: 1212 balls.

(a) P(red)=5/12P(\text{red}) = 5/12.

(b) P(green)=4/12=1/3P(\text{green}) = 4/12 = 1/3.

(c) P(not blue)=(5+4)/12=9/12=3/4P(\text{not blue}) = (5 + 4)/12 = 9/12 = 3/4.

Example 4. A card is drawn from a well-shuffled deck of 5252. Find the probability that it is (a) a heart, (b) a king, (c) the king of hearts, (d) a red card.

(a) Hearts: 1313. P=13/52=1/4P = 13/52 = 1/4.

(b) Kings: 44. P=4/52=1/13P = 4/52 = 1/13.

(c) King of hearts: 11. P=1/52P = 1/52.

(d) Red cards: 2626 (hearts + diamonds). P=26/52=1/2P = 26/52 = 1/2.

Example 5. Two dice are rolled. Find the probability that the sum is (a) 99, (b) at most 44, (c) a multiple of 55.

Sample space size: 3636.

(a) Sum 99: (3,6),(4,5),(5,4),(6,3)4(3,6), (4,5), (5,4), (6,3) \Rightarrow 4. P=4/36=1/9P = 4/36 = 1/9.

(b) Sum 4\leq 4: (1,1),(1,2),(2,1),(1,3),(3,1),(2,2)6(1,1), (1,2), (2,1), (1,3), (3,1), (2,2) \Rightarrow 6. P=6/36=1/6P = 6/36 = 1/6.

(c) Multiples of 55 (i.e., 55 or 1010): for 55, (1,4),(2,3),(3,2),(4,1)4(1,4),(2,3),(3,2),(4,1) \Rightarrow 4. For 1010, (4,6),(5,5),(6,4)3(4,6),(5,5),(6,4) \Rightarrow 3. Total 77. P=7/36P = 7/36.

Try it yourself

  1. A die is rolled. Find the probability of getting (a) a 44, (b) a number greater than 44, (c) an odd prime.
  2. Two coins are tossed. Find P(P(exactly one head)).
  3. Three coins are tossed. Sample space has size 88. Find P(P(two heads)).
  4. A bag has 77 white and 55 black balls. P(P(white)=?) = ?
  5. A card is drawn. Find P(P(ace)), P(P(spade)), P(P(face card)).
  6. Two dice. Find P(P(sum is 1111 or 12$$).
  7. Two dice. Find P(P(doubles, i.e., both dice show the same number)).
  8. A box has 1010 cards numbered 11 to 1010. One is drawn. P(P(prime number)=?) = ?
  9. A bag has tickets numbered 11 to 5050. P(P(multiple of 7$$) = ?
  10. A two-digit number is randomly chosen from 10,11,,9910, 11, \ldots, 99. P(P(number divisible by 5$$) = ?
  11. A letter is chosen from "MATHEMATICS". P(P(vowel)=?) = ?
  12. A die is rolled. P(P(not 6$$) = ?

Pitfalls / Insight

(1) "Two coins are tossed simultaneously" produces 44 outcomes (HH,HT,TH,TTHH, HT, TH, TT), not 33. The order matters when listing the sample space, even if the two coins look identical.

(2) For two dice, similarly, (1,2)(1, 2) and (2,1)(2, 1) are different outcomes. Sample space has 3636 ordered pairs.

(3) For "at least one X" probability, it is often easier to compute P(P(no X)) and subtract from 11.

(4) Probability is a ratio, not a count. Express your answer as a fraction in lowest terms (e.g., 1/21/2, not 26/5226/52).

Practice quiz

Quick check on this topic.

Quiz
Quick check : Sample space and events
6 questions · pick the best answer
Q1

Sample space of one die toss:

Q2

Sample space of two coins:

Q3

Sample space size of two dice:

Q4

P(P(sure event)=) = :

Q5

P(E)P(E) for any event is:

Q6

A die is rolled. P(P(getting a multiple of 33)=) = :