Sample space


Understanding Sample Space in Probability

Probability is a branch of mathematics that deals with the likelihood of events occurring. To understand probability, we must first understand the concept of a sample space.

What is a Sample Space?

The sample space, often denoted by the symbol $S$ or $\Omega$, is the set of all possible outcomes of a random experiment. It is a fundamental concept in the field of probability because all probabilities are calculated with respect to this set.

Example of Sample Space

Consider the simple experiment of flipping a coin. There are two possible outcomes: heads (H) or tails (T). The sample space for this experiment is:

$$ S = {H, T} $$

Types of Sample Spaces

Sample spaces can be classified into two types:

  1. Discrete Sample Space: When the sample space is countable, either finite or infinite. For example, the sample space for the roll of a die is discrete and finite: $S = {1, 2, 3, 4, 5, 6}$.

  2. Continuous Sample Space: When the sample space is uncountable and often involves intervals of real numbers. For example, the sample space for the possible lengths of a piece of wood cut at random is continuous.

Properties of Sample Spaces

Sample spaces have the following properties:

  • Mutually Exclusive: Each outcome in a sample space is mutually exclusive, meaning that no two outcomes can occur simultaneously.
  • Collectively Exhaustive: The outcomes in a sample space collectively cover all possible scenarios, leaving no possibility out.

Table of Differences and Important Points

Property Discrete Sample Space Continuous Sample Space
Countability Countable (finite or infinite) Uncountable
Examples Roll of a die, flipping a coin Length measurements, time intervals
Representation Listed as a set of outcomes Described by intervals or ranges
Probability Calculation Sum of probabilities of individual outcomes Integration over a range of values

Formulas Involving Sample Space

When dealing with discrete sample spaces, the probability of an event $E$ occurring is given by:

$$ P(E) = \frac{\text{Number of outcomes in } E}{\text{Total number of outcomes in } S} $$

For continuous sample spaces, probabilities are calculated using probability density functions and integrals.

Examples to Explain Important Points

Example 1: Discrete Sample Space

Consider the experiment of rolling two six-sided dice. The sample space consists of all possible pairs of numbers that can come up. We can represent it as:

$$ S = {(1,1), (1,2), ..., (1,6), (2,1), ..., (6,6)} $$

There are a total of $6 \times 6 = 36$ outcomes.

Example 2: Continuous Sample Space

Imagine you are measuring the time it takes for a chemical reaction to occur. The time can be any non-negative real number. The sample space is continuous and can be represented as:

$$ S = {t \mid t \geq 0} $$

In this case, we would use a probability density function to calculate the probability of the reaction occurring within a certain time interval.

Example 3: Calculating Probabilities

Suppose we want to calculate the probability of rolling a sum of 7 with two dice. The favorable outcomes are:

$$ E = {(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)} $$

There are 6 favorable outcomes, so the probability is:

$$ P(E) = \frac{6}{36} = \frac{1}{6} $$

Understanding the concept of sample space is crucial for solving probability problems and interpreting results. It provides the foundation for calculating probabilities and helps in visualizing the possible outcomes of random experiments.