Understanding Probability Basics

Probability expresses the ratio of favorable outcomes to all possible outcomes, ranging from 0 (impossible) to 1 (certain). A probability of 0.5 means a 50% chance; 0.25 means 25%, and so on.

For any single event—say, drawing a red card from a standard deck—you count how many red cards exist (26) and divide by the total cards (52), yielding P(Red) = 26/52 = 0.5.

Real-world probability problems rarely involve just one event. More often, you need to determine what happens when two or more events interact:

  • Joint probability: both events occur
  • Union: at least one event occurs
  • Complement: an event does not occur
  • Exclusive or: exactly one event occurs, but not both

Independence is crucial. Two events are independent if one's outcome does not influence the other's likelihood. Rolling a die twice yields independent rolls; drawing cards without replacement makes subsequent draws dependent.

Core Probability Formulas

Below are the six essential two-event scenarios calculated by the tool:

P(A ∩ B) = P(A) × P(B)

P(A ∪ B) = P(A) + P(B) − P(A) × P(B)

P(A ∆ B) = P(A) × (1 − P(B)) + P(B) × (1 − P(A))

P(Neither) = (1 − P(A)) × (1 − P(B))

P(A') = 1 − P(A)

P(B') = 1 − P(B)

For repeated independent trials, if you want the probability an event occurs exactly k times out of n trials, use binomial logic. The probability an event always occurs across n trials is P(A)^n. The probability it never occurs is (1 − P(A))^n. The probability it occurs at least once is 1 − (1 − P(A))^n.

  • P(A) — Probability of event A occurring (decimal between 0 and 1)
  • P(B) — Probability of event B occurring (decimal between 0 and 1)
  • P(A ∩ B) — Probability of both A and B occurring (joint probability)
  • P(A ∪ B) — Probability of A or B or both occurring (union)
  • P(A ∆ B) — Probability of exactly one event occurring (exclusive or)
  • n — Number of independent trials or repetitions

Independence vs. Dependence

Probability calculations diverge sharply depending on whether events are independent or dependent.

Independent events: The outcome of one event has no bearing on the other. Examples include separate coin flips, die rolls by different people, or drawing with replacement. For independent events A and B, multiplying their individual probabilities gives the joint probability: P(A and B) = P(A) × P(B).

Dependent events: One outcome affects the likelihood of another. Drawing two cards from a deck without replacing the first changes the composition of the deck, altering the second draw's probabilities. Conditional probability—written P(A|B), read "probability of A given B"—handles this:

  • P(A|B) = P(A ∩ B) / P(B)
  • This asks: given that B happened, what's the chance A also happens?

The calculator assumes all inputs describe independent events. If your scenario involves dependent events, you must determine P(A ∩ B) yourself using conditional probability logic, then input that value directly.

Repeated Trials and the Law of Large Numbers

When an event repeats multiple times—flipping a coin 10 times, rolling a die 100 times—you may want probabilities for specific outcomes.

If an event has probability P and repeats n independent times:

  • Always occurs: P^n (probability drops exponentially as n grows)
  • Never occurs: (1 − P)^n
  • Occurs at least once: 1 − (1 − P)^n (this is often the most intuitive form)

Example: A fair coin has P(Heads) = 0.5. The probability of heads on all 5 flips is 0.5^5 = 0.03125 or about 3.1%. The probability of at least one heads in 5 flips is 1 − 0.5^5 = 0.96875 or 96.9%.

The law of large numbers states that as trials increase, observed frequencies converge toward theoretical probabilities. This doesn't mean "overdue" events are more likely—each trial remains independent.

Common Pitfalls and Cautions

Probability reasoning trips up even careful thinkers. Watch for these typical mistakes:

  1. Confusing independence with zero correlation — Two events can be statistically independent yet feel related. Independent events means one's occurrence provides no information about the other. A lottery ticket number has no bearing on whether you've won before, yet many assume past losses increase future odds. Each draw is independent.
  2. Forgetting to subtract overlap in "or" calculations — P(A or B) is not simply P(A) + P(B). If events can overlap, you must subtract their intersection to avoid double-counting: P(A ∪ B) = P(A) + P(B) − P(A ∩ B). Ignoring this inflates the probability.
  3. Misinterpreting 'at least once' across trials — The probability of an event happening at least once in n trials grows toward 1 as n increases, but slowly for rare events. Even if an outcome has probability 1%, across 100 trials it's roughly 63% likely to occur at least once. This surprises many people.
  4. Applying multiplication rule to dependent events — Only multiply probabilities for independent events. If events are dependent—such as drawing cards without replacement—you must use conditional probability. Using simple multiplication on dependent events will give an incorrect answer.

Frequently Asked Questions

Can I calculate the probability of two independent events both occurring?

Yes. For independent events A and B, multiply their individual probabilities: P(A and B) = P(A) × P(B). Suppose event A has a 40% chance and event B has a 60% chance. Both occurring together: 0.4 × 0.6 = 0.24, or 24%. This rule holds only if the events are independent—one outcome must not affect the likelihood of the other.

What is the difference between conditional and independent probability?

Independent probability assumes one event doesn't influence another. Conditional probability, denoted P(A|B), asks: given B has occurred, what is the likelihood of A? Calculate it as P(A|B) = P(A ∩ B) / P(B). For example, the probability of rain tomorrow is independent probability. The probability of rain tomorrow *given* dark clouds form is conditional probability—the clouds provide additional information that changes the odds.

How do I find the chance a specific outcome never happens across multiple trials?

If an event has probability P and you repeat it n times independently, the probability it never occurs is (1 − P)^n. For instance, a fair die shows a 6 with P = 1/6. Across 10 rolls, the probability of rolling zero sixes is (1 − 1/6)^10 = (5/6)^10 ≈ 0.161, or about 16.1%. As n increases, this probability shrinks.

Why is 'at least once' different from simple addition?

'At least once' across n trials means the event occurs one or more times. Rather than adding probabilities (which doesn't work), subtract the complement: P(at least once) = 1 − P(never). If an event has a 25% chance per trial and runs 4 times, P(at least once) = 1 − (0.75)^4 ≈ 0.684, or 68.4%—much higher than simply adding 0.25 four times.

What does exclusive or mean in probability?

Exclusive or, or XOR, means exactly one of two events occurs, but not both and not neither. For independent events A and B, P(A XOR B) = P(A) × (1 − P(B)) + P(B) × (1 − P(A)). This is useful when outcomes are mutually exclusive in context. For example, a coin flip yields heads XOR tails—one happens, never both.

How do I convert odds into a probability percentage?

Odds (like 1 in 10) differ from probability. To convert odds to probability, divide the favorable count by the total: 1 ÷ 10 = 0.1. Multiply by 100 to express as a percentage: 0.1 × 100 = 10%. Conversely, if you have a probability (e.g., 0.3 or 30%), the odds are roughly 3 in 10, or 1 in 3.33.

More statistics calculators (see all)