Probability is the mathematical language of uncertainty. Whether you are predicting the likelihood of rain, assessing the risk of a medical diagnosis, or calculating the odds in a card game, probability gives you a structured way to reason about outcomes before they happen.

Finding probability involves identifying how many ways a specific outcome can occur relative to the total number of possible outcomes. Yet, beyond this simple ratio lies a richer framework—one that handles everything from the toss of a coin to the complex dependencies between real-world events.

Too busy working to write that essay?

Click here and reclaim your night

What Is Probability?

Probability is a numerical measure of how likely an event is to occur. It is expressed as a value between 0 and 1, where 0 means the event is impossible and 1 means the event is certain. Probability can also be expressed as a percentage between 0% and 100%.P(A)=Number of favorable outcomesTotal number of possible outcomesP(A) = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}}P(A)=Total number of possible outcomesNumber of favorable outcomes​

A probability of 0.5, for example, means an event is equally likely to occur as not — like flipping a fair coin and getting heads.

Key Terms

Experiment — any process that produces a well-defined outcome. Rolling a die, drawing a card, or measuring a patient’s response to a drug are all experiments.

Sample space (S) — the complete set of all possible outcomes of an experiment. For a standard six-sided die, the sample space is {1, 2, 3, 4, 5, 6}.

Event (A) — a specific outcome or set of outcomes from the sample space. Rolling an even number is an event: {2, 4, 6}.

Favorable outcomes — the outcomes within the sample space that satisfy the event of interest.

The Probability Scale

Probability valueInterpretation
0Impossible — the event cannot occur
0 to 0.25Unlikely — the event rarely occurs
0.25 to 0.5Possible but improbable
0.5Equally likely to occur or not occur
0.5 to 0.75More likely to occur than not
0.75 to 1Highly likely
1Certain — the event will always occur

Types of Probability

Theoretical probability applies when all outcomes are equally likely and can be calculated without running an experiment. The probability of rolling a 3 on a fair die is 1/6 — there is one favorable outcome out of six equally likely possibilities.

Experimental (empirical) probability is based on observed data from repeated trials. If you flip a coin 100 times and get heads 47 times, the experimental probability of heads is 47/100 = 0.47. As the number of trials increases, experimental probability tends to converge on the theoretical value — a principle known as the law of large numbers.

Subjective probability reflects a personal judgment or informed estimate rather than a calculation. A meteorologist saying there is a 70% chance of rain, or an investor estimating a 60% chance a stock rises, are both examples of subjective probability.

Basic Probability Formula

The Formula

P(A)=Number of favorable outcomesTotal number of possible outcomesP(A) = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}}

Where:

  • P(A)P(A)P(A) = the probability of event AAA occurring
  • Favorable outcomes = the number of outcomes that satisfy event AAA
  • Total outcomes = the total number of equally likely outcomes in the sample space

This formula applies when all outcomes in the sample space are equally likely — a condition that holds for fair coins, unbiased dice, and well-shuffled decks of cards.

Worked Examples

Example 1: Rolling a die

What is the probability of rolling a 4 on a standard six-sided die?

  • Favorable outcomes: 1 (only the face showing 4)
  • Total outcomes: 6

P(4)=160.167P(4) = \frac{1}{6} \approx 0.167

Example 2: Drawing a card

What is the probability of drawing a heart from a standard 52-card deck?

  • Favorable outcomes: 13 (there are 13 hearts in the deck)
  • Total outcomes: 52

P(heart)=1352=14=0.25P(\text{heart}) = \frac{13}{52} = \frac{1}{4} = 0.25

Example 3: Selecting a colored marble

A bag contains 5 red, 3 blue, and 2 green marbles. What is the probability of drawing a blue marble?

  • Favorable outcomes: 3
  • Total outcomes: 10 (5 + 3 + 2)

P(blue)=310=0.30P(\text{blue}) = \frac{3}{10} = 0.30

Expressing Probability in Three Ways

A probability value can be expressed as a fraction, decimal, or percentage – all are equivalent and acceptable depending on context.

FormatExample
Fraction16\frac{1}{6}61​
Decimal0.1670.1670.167
Percentage16.7%16.7\%16.7%

The Complement Rule

Every event AAA has a complement AA’A′ (sometimes written Aˉ\bar{A}Aˉ), representing all outcomes where AAA does *not* occur. Because the total probability across all outcomes must equal 1:P(A)=1P(A)P(A’) = 1 – P(A)

If the probability of rain tomorrow is 0.35, the probability of no rain is:P(no rain)=10.35=0.65P(\text{no rain}) = 1 – 0.35 = 0.65

The complement rule is particularly useful when calculating the probability of an event not happening is simpler than calculating the probability of it happening directly.

Important Conditions

Two properties must always hold for any valid probability:0P(A)10 \leq P(A) \leq 1P(all outcomes)=1\sum P(\text{all outcomes}) = 1

The first condition states that no probability can be negative or greater than 1. The second states that the probabilities of all possible outcomes in a sample space must sum to exactly 1. If either condition is violated, there is an error in the calculation.

Time isn’t on your side?

We are

How to Find Probability of Multiple Events

Independent vs. Dependent Events

Independent events are events where the outcome of one has no influence on the outcome of the other. Flipping a coin twice is a classic example — the result of the first flip has no bearing on the second.

Dependent events are events where the outcome of one affects the probability of the other. Drawing two cards from a deck without replacement is dependent — removing the first card changes the composition of the deck and therefore the probability of the second draw.

The Multiplication Rule — Probability of Both Events Occurring (AND)

Use the multiplication rule when you want to find the probability that event AAA and event BBB both occur.

For independent events:P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B)

Example: What is the probability of flipping heads twice in a row?P(HH)=12×12=14=0.25P(H \cap H) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4} = 0.25

For dependent events, the probability of BBB changes based on whether AAA has already occurred. This requires conditional probability:P(AB)=P(A)×P(BA)P(A \cap B) = P(A) \times P(B|A)

Where P(BA)P(B|A)is the probability of BBB given that AAA has already happened.

Example: What is the probability of drawing two aces in a row from a 52-card deck without replacement?P(1st ace)=452,P(2nd ace1st ace)=351P(\text{1st ace}) = \frac{4}{52}, \quad P(\text{2nd ace} | \text{1st ace}) = \frac{3}{51}P(two aces)=452×351=1226520.0045P(\text{two aces}) = \frac{4}{52} \times \frac{3}{51} = \frac{12}{2652} \approx 0.0045

The Addition Rule — Probability of Either Event Occurring (OR)

Use the addition rule when you want to find the probability that event AAA or event BBB occurs.

For mutually exclusive events (events that cannot both occur at the same time):P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)

Example: What is the probability of rolling a 2 or a 5 on a single die?P(25)=16+16=260.333P(2 \cup 5) = \frac{1}{6} + \frac{1}{6} = \frac{2}{6} \approx 0.333

For non-mutually exclusive events (events that can occur simultaneously), simply adding the probabilities double-counts the overlap. The general addition rule corrects for this:P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) – P(A \cap B)

Example: What is the probability of drawing a card that is a king or a heart?

  • P(king)=452P(\text{king}) = \frac{4}{52}
  • P(heart)=1352P(\text{heart}) = \frac{13}{52}
  • P(king and heart)=152P(\text{king and heart}) = \frac{1}{52}

P(king or heart)=452+1352152=16520.308P(\text{king or heart}) = \frac{4}{52} + \frac{13}{52} – \frac{1}{52} = \frac{16}{52} \approx 0.308

Summary of Rules

SituationFormula
Both events occur, independentP(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B)
Both events occur, dependentP(AB)=P(A)×P(BA)P(A \cap B) = P(A) \times P(B\|A)
Either event occurs, mutually exclusiveP(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)
Either event occurs, non-mutually exclusiveP(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) – P(A \cap B)
Event does not occurP(A)=1P(A)P(A’) = 1 – P(A)

Extending to Three or More Events

The same logic extends to three or more events. For three independent events:P(ABC)=P(A)×P(B)×P(C)P(A \cap B \cap C) = P(A) \times P(B) \times P(C)

Example: What is the probability of flipping heads three times in a row?P(HHH)=12×12×12=18=0.125P(H \cap H \cap H) = \frac{1}{2} \times \frac{1}{2} \times \frac{1}{2} = \frac{1}{8} = 0.125

As the number of required simultaneous conditions grows, probabilities shrink rapidly — a useful reminder that conjunctions of events become increasingly unlikely even when each individual event is reasonably probable.

Using Tables and Tools

Probability Tables

Printed and digital probability tables give pre-calculated values for common distributions, saving considerable time when working with standardized problems.

Standard normal (Z) table — lists the cumulative probability associated with any Z-score under the normal distribution. To find the probability that a normally distributed variable falls below a given value, convert to a Z-score and look up the result. A full Z-table is available at Statology.

Binomial probability table — provides cumulative and individual probabilities for binomial experiments (fixed trials, two outcomes, constant probability). Useful when calculating the likelihood of getting exactly kkk successes in nnn trials. Stat Trek offers an interactive binomial table and calculator.

Poisson distribution table — used when counting the number of events occurring within a fixed interval of time or space. Tables list probabilities for different values of λ\lambdaλ (the average rate). Stat Trek’s Poisson calculator handles these lookups instantly.

Online Probability Calculators

These tools handle the full range of probability calculations without requiring manual formula application.

GraphPad QuickCalcs — a reliable suite of statistical calculators covering binomial, normal, and other distributions. Particularly useful for researchers who need fast, trustworthy results without installing software.

Stat Trek Probability Calculator — covers normal, binomial, Poisson, and several other distributions. Each calculator includes a brief explanation of the underlying theory alongside the result.

Social Science Statistics — provides probability calculators for the normal distribution and several others in a clean, accessible interface suitable for students and professionals alike.

Omni Calculator — Probability — handles basic probability, the addition rule, the multiplication rule, and complement calculations in a guided, step-by-step interface.

Calculating Probability in Software

For analysts working with real datasets, statistical software offers far greater flexibility than tables or standalone calculators.

Python (SciPy)

python

from scipy import stats

# Probability of a value below 1.96 under standard normal distribution
p = stats.norm.cdf(1.96)
print(f"P(Z < 1.96) = {p:.4f}")

# Binomial: P(X = 3) with n=10, p=0.5
p_binom = stats.binom.pmf(k=3, n=10, p=0.5)
print(f"P(X = 3) = {p_binom:.4f}")

R

r

# Probability of a value below 1.96 under standard normal distribution
pnorm(1.96)

# Binomial: P(X = 3) with n=10, p=0.5
dbinom(x=3, size=10, prob=0.5)

# Binomial: P(X <= 3) cumulative
pbinom(q=3, size=10, prob=0.5)

Excel

TaskFunction
Normal cumulative probability=NORM.DIST(x, mean, std_dev, TRUE)
Standard normal (Z) probability=NORM.S.DIST(z, TRUE)
Binomial probability P(X = k)=BINOM.DIST(k, n, p, FALSE)
Binomial cumulative P(X ≤ k)=BINOM.DIST(k, n, p, TRUE)
Poisson probability=POISSON.DIST(x, mean, FALSE)

Which Tool Should You Use?

SituationRecommended tool
Quick lookup for a standard distributionProbability table or Stat Trek calculator
Student working through a textbook problemOmni Calculator or Social Science Statistics
Researcher needing reproducible resultsPython (SciPy) or R
Analyst working in a spreadsheetExcel functions
Complex custom distributions or simulationsPython or R

For most everyday calculations, an online calculator is the fastest route to a reliable answer. For work that will be published, peer-reviewed, or reproduced, scripting the calculation in Python or R creates a transparent and repeatable record of exactly how each probability was obtained.

Real-Life Applications of Probability

Real-Life Applications of Probability

You have the deadline

We have the writer

FAQs

What is the probability of 1 out of 7?

7/1​≈0.1429 or 14.29%

What is 0.03 as a chance?

3% chance (0.03 × 100)

What is the probability of 1 in 12?

12/1​≈0.0833 or 8.33%

Company

Welcome to our writing center! Whether you’re working on a writing assignment or simply need help with a paragraph, we’re here to assist you. Our resources are licensed under a creative commons attribution-noncommercial-sharealike 4.0 international license, so feel free to use them to summarize, revise, or improve your essay writing. Our goal is to help you navigate the transition to college writing and become a confident writer in college. From research process to writing strategies, we can support you with different kinds of writing.

Services Offered

  • Professional custom essay writing service for college students
  • Experienced writers for high-quality academic research papers
  • Affordable thesis and dissertation writing assistance online
  • Best essay editing and proofreading services with quick turnaround
  • Original and plagiarism-free content for academic assignments
  • Expert writers for in-depth literature reviews and case studies

Services Offered

  • Professional custom essay writing service for college students
  • Experienced writers for high-quality academic research papers
  • Affordable thesis and dissertation writing assistance online
  • Best essay editing and proofreading services with quick turnaround
  • Original and plagiarism-free content for academic assignments
  • Expert writers for in-depth literature reviews and case studies