Probability Formula- Basic Rules and Examples

What Is Probability?

Probability measures how likely something is to happen. It's expressed as a number between 0 and 1. Zero means impossible. One means certain. Everything in between covers the gray area of real life.

You use probability every day without realizing it. Will it rain tomorrow? Should you take an umbrella? That's probability working in your head.

The Basic Probability Formula

Here's the core formula you need to know:

P(A) = Number of favorable outcomes / Total number of possible outcomes

That's it. Divide what you want by what's possible.

Example: What's the probability of rolling a 4 on a fair six-sided die?

Key Probability Rules You Must Know

The Addition Rule

Use this when you want the probability of either event A or event B happening.

P(A or B) = P(A) + P(B) - P(A and B)

The subtraction handles overlap so you don't count the same outcome twice.

Example: Drawing a King or a Heart from a standard deck.

The Multiplication Rule

Use this when you want the probability of both events happening.

For independent events (one doesn't affect the other):

P(A and B) = P(A) × P(B)

Example: Flipping a heads and rolling a 6. These are independent.

For dependent events, you need conditional probability. The second event's probability changes based on what happened first.

P(A and B) = P(A) × P(B|A)

The Complement Rule

The complement is "not A" — everything except what you're measuring.

P(not A) = 1 - P(A)

Example: What's the probability of NOT rolling a 3?

This rule is useful when counting "at least one" scenarios.

Types of Probability

Type Description Example
Theoretical Based on logic and structure Fair coin = 50% chance heads
Experimental Based on actual trials Flip coin 100 times, get 48 heads
Axiomatic Mathematical foundation (Kolmogorov) Three axioms govern all probability

Common Probability Mistakes to Avoid

How to Calculate Probability: Step-by-Step

Step 1: Define your event clearly.

Step 2: Count total possible outcomes.

Step 3: Count favorable outcomes (what you want).

Step 4: Apply the formula: favorable ÷ total.

Step 5: Simplify your fraction if needed.

Step 6: Convert to percentage or decimal based on context.

Quick Reference Table

Scenario Formula When to Use
Single event P(A) = f/n Basic probability questions
Either event P(A∪B) = P(A) + P(B) - P(A∩B) At least one condition met
Both events P(A∩B) = P(A) × P(B) Independent events both occur
Not this event P(A') = 1 - P(A) Finding the opposite outcome

Real Example: Birthday Problem

What's the probability that two people in a room share a birthday? 🎂

It's easier to find the probability they don't share one, then subtract from 1.

P(no match) = (365 × 364 × 363 × ... × (365-n+1)) / 365ⁿ

With just 23 people, P(match) exceeds 50%. Counterintuitive but true.

When Probability Gets Complicated

For complex problems, break them into smaller pieces. Ask:

Draw a tree diagram if you need to. Visualize the outcomes. Most probability errors come from trying to solve in your head instead of writing it out.