Basic Probability: Calculating Chances in Everyday Life
Probability quantifies uncertainty. Learn to calculate chances with dice, cards and everyday situations using the fundamental concepts.
Renato Freitas
Updated on May 5, 2026
What is probability?
Probability is the numerical measure of the chance that an event will occur. It ranges from 0 (impossible event) to 1 (certain event) and can be expressed as a fraction, decimal, or percentage. The basic formula is: P(A) = number of favorable outcomes รท total number of possible outcomes.
The set of all possible outcomes is called the sample space. When rolling a six-sided die, the sample space is {1, 2, 3, 4, 5, 6}. The event 'rolling an even number' corresponds to the subset {2, 4, 6}, so P(even) = 3/6 = 1/2 = 50%.
๐งฎ Try it yourself โ CalcSim
Want more features? Download CalcSim IA app
Complementary probability
The probability that an event does NOT occur is called its complementary probability. The formula is simple: P(not A) = 1 โ P(A). If the chance of rain tomorrow is 30%, the chance of no rain is 70%.
This concept is very useful when calculating the probability of the opposite event is easier. What is the probability of getting at least one 6 when rolling a die twice? It is easier to calculate P(no 6) = (5/6) ร (5/6) = 25/36 and then P(at least one 6) = 1 โ 25/36 = 11/36.
Mutually exclusive and independent events
Two events are mutually exclusive when they cannot occur at the same time. Getting heads and getting tails on the same coin flip is impossible โ these events are exclusive. For mutually exclusive events, P(A or B) = P(A) + P(B). The probability of rolling a 1 or a 6 on a die is 1/6 + 1/6 = 2/6 = 1/3.
Independent events are those where the outcome of one does not affect the other. Flipping a coin and then rolling a die are independent events. For independent events, P(A and B) = P(A) ร P(B). The chance of getting heads and then rolling a 4 is 1/2 ร 1/6 = 1/12.
Confusing these concepts leads to classic errors. The 'gambler's fallacy' is thinking that after five heads in a row, tails is 'overdue' โ but since the flips are independent, the probability of tails on the sixth flip remains 1/2.
- Mutually exclusive: P(A or B) = P(A) + P(B)
- Independent: P(A and B) = P(A) ร P(B)
- Complementary: P(not A) = 1 โ P(A)
Frequently asked questions
Can probability be greater than 1?
No. Probability must always fall between 0 and 1 (or 0% and 100%). A result greater than 1 indicates a calculation error โ usually adding probabilities of events that are not mutually exclusive without making the necessary adjustments.
What is the difference between probability and odds?
Probability is favorable/total. Odds is favorable/unfavorable. If the probability of winning is 1/4 (25%), the odds are 1:3 (one win for three losses). Odds are used in sports betting; probability is more common in science and statistics.
Dependent events: how do I calculate them?
When the outcome of one event affects the other, we use conditional probability. For example, when drawing cards from a deck without replacement, the second draw depends on what was drawn first. The formula is P(A and B) = P(A) ร P(B|A), where P(B|A) is the probability of B given that A occurred.
If I roll a die 600 times, will I get exactly 100 of each face?
Probably not exactly, but roughly so. Theoretical probability (1/6 โ 16.7%) describes the expected long-run behavior โ relative frequency converges to probability as the number of trials increases (Law of Large Numbers).
How do I calculate the probability that at least one event occurs?
Use the complement. P(at least one) = 1 โ P(none). Calculate the probability that NONE of the events occur and subtract from 1. This is far simpler than summing all the possible combinations where at least one occurs.
Was this article helpful?
Rate with stars to help us improve the content.
Sign in to rate this article.
Still have questions?
The AI Professor explains step by step
Ask a question in natural language and get a personalised explanation about Basic Statistics โ or any other topic.
Prefer to solve it on your phone?
Download the free app โKeep learning