Resources | Subject Notes | Mathematics
Probability is a measure of how likely an event is to occur. It is expressed as a number between 0 and 1, inclusive, where 0 means the event is impossible and 1 means the event is certain.
Probability can be expressed in three ways:
The probability of any event must be between 0 and 1 (inclusive).
The basic formula for calculating probability is:
$$P(E) = \frac{\text{Number of favourable outcomes}}{\text{Total number of possible outcomes}} = \frac{n(E)}{n(S)}$$Where:
Example: A fair six-sided dice is rolled. What is the probability of getting an even number?
Sample Space: $S = \{1, 2, 3, 4, 5, 6\}$
Favourable Outcomes (even numbers): $E = \{2, 4, 6\}$
Number of favourable outcomes: $n(E) = 3$
Total number of possible outcomes: $n(S) = 6$
Probability: $P(E) = \frac{3}{6} = \frac{1}{2} = 0.5 = 50\%$
Expected outcome is the average outcome you would expect to get after performing an experiment a large number of times.
For a discrete random variable, the expected value (or mean) is calculated as:
$$E(X) = \sum_{i=1}^{n} x_i P(x_i)$$Where:
Example: A fair coin is tossed twice. The outcomes are represented by H (Head) and T (Tail). What is the expected number of heads?
Possible outcomes: HH, HT, TH, TT
Probability of each outcome: $P(HH) = 0.25$, $P(HT) = 0.25$, $P(TH) = 0.25$, $P(TT) = 0.25$
Expected number of heads: $E(X) = (1 \times 0.25) + (0 \times 0.25) + (0 \times 0.25) + (0 \times 0.25) = 0.25$$
This means that, on average, you would expect to get 0.25 heads for every two coin tosses.
Concept | Definition |
---|---|
Experiment | A process that results in one or more outcomes. |
Outcome | A possible result of an experiment. |
Sample Space (S) | The set of all possible outcomes. |
Event (E) | A subset of the sample space. |
Probability of an event (P(E)) | The likelihood of an event occurring. |