Random Experiments, Sample Space and Events
Quick answer A random experiment has unpredictable individual outcomes; the sample space S is the set of all its possible outcomes, and any subset of S is called an event.
An experiment is called a random experiment if it satisfies two conditions: it has more than one possible outcome, and it is not possible to predict the outcome in advance, even though all the possible outcomes are known beforehand. Tossing a coin, throwing a die, and drawing a card from a well-shuffled deck are all random experiments.
The set of all possible outcomes of a random experiment is called its sample space, denoted by S. Each element of S is called a sample point or an outcome. The number of elements in S is written as n(S).
- Tossing a coin once: S = {H, T}, so n(S) = 2.
- Throwing a die once: S = {1, 2, 3, 4, 5, 6}, so n(S) = 6.
- Tossing a coin twice (or two coins once): S = {HH, HT, TH, TT}, so n(S) = 4.
An event is simply a subset of the sample space S. An event is said to occur if the outcome of the experiment is one of the sample points belonging to that subset.
Worked Example: A coin is tossed three times. Write the sample space, and find the number of outcomes in the event A = "exactly two heads appear".
Each toss has 2 possible outcomes (H or T), and there are 3 tosses, so n(S) = 23 = 8. Listing them:
S = {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}
The outcomes with exactly two heads are HHT, HTH and THH. So A = {HHT, HTH, THH} and n(A) = 3.
- A random experiment has more than one possible outcome and cannot be predicted with certainty in advance.
- The sample space S is the set of ALL possible outcomes; each element is a sample point.
- n(S) denotes the total number of outcomes in the sample space.
- Every event is a subset of the sample space S.
- For n successive tosses of a coin, n(S) = 2^n.
