Understanding Probability Basics
In probability, we define sample space, event, and probability.
-
Sample Space (S): This is the set of all possible outcomes of a random experiment. For example, when tossing a coin, the sample space is {Heads, Tails}.
-
Event (E): An event is a subset of the sample space. For instance, if we define the event of getting a Head when tossing a coin, E = {Heads}.
-
Probability (P): The probability of an event is calculated using the formula:
P(E) = n(favourable outcomes) / n(sample space)
where n(favourable outcomes) is the number of outcomes that make the event true, and n(sample space) is the total number of outcomes in the sample space.
Example: Consider rolling a die. The sample space is S = {1, 2, 3, 4, 5, 6}. If we want to find the probability of rolling a 4:
- n(favourable outcomes) = 1 (only the outcome 4)
- n(sample space) = 6
Thus, P(rolling a 4) = 1/6.
Key points to remember
- Sample space includes all possible outcomes of an experiment.
- An event is a specific outcome or set of outcomes.
- Probability is calculated as favorable outcomes over total outcomes.
- Use P(E) = n(favourable outcomes) / n(sample space) for calculations.
- Equally likely outcomes simplify probability calculations.
Worked example
What is the probability of drawing a red card from a standard deck of cards?
- Sample space, S = 52 cards.
- Favorable outcomes, E = 26 red cards.
- Therefore, P(red card) = 26/52 = 1/2.