Probability Formula

The Formula

P(\text{event}) = \frac{\text{favorable outcomes}}{\text{total outcomes}}

When to use: How confident you should be that something will happen. 0 = impossible, 1 = certain.

Quick Example

Fair coin: P(\text{heads}) = 0.5 Fair die: P(6) = \frac{1}{6} \approx 0.167.

Notation

P(A) reads 'the probability of event A'; 0 \leq P(A) \leq 1

What This Formula Means

Probability is a number between 0 and 1 (inclusive) that measures how likely an event is to occur, where 0 means impossible and 1 means certain.

How confident you should be that something will happen. 0 = impossible, 1 = certain.

Formal View

P(A) = \frac{|A|}{|S|} for equally likely outcomes, with axioms: P(A) \geq 0, P(S) = 1, and P(A \cup B) = P(A) + P(B) if A \cap B = \emptyset

Worked Examples

Example 1

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

Solution

  1. 1
    Total number of marbles: 5 + 3 + 2 = 10.
  2. 2
    Number of favorable outcomes (blue): 3.
  3. 3
    Probability: P(\text{blue}) = \frac{3}{10} = 0.3.

Answer

P(\text{blue}) = \frac{3}{10}
Basic probability is the ratio of favorable outcomes to total outcomes. Probability values always fall between 0 (impossible) and 1 (certain).

Example 2

medium
Two fair dice are rolled. What is the probability that the sum is 7?

Example 3

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

Common Mistakes

  • Listing outcomes that are not equally likely and dividing by the total count anyway — e.g., P(\text{sum of 2 dice} = 7) is not \frac{1}{11}
  • Believing that past outcomes affect future independent trials — the gambler's fallacy
  • Reporting a probability greater than 1 or less than 0 — probabilities must be in [0, 1]

Why This Formula Matters

Probability is the mathematical foundation for decision-making under uncertainty — from weather forecasts to medical diagnoses to financial risk assessment.

Frequently Asked Questions

What is the Probability formula?

Probability is a number between 0 and 1 (inclusive) that measures how likely an event is to occur, where 0 means impossible and 1 means certain.

How do you use the Probability formula?

How confident you should be that something will happen. 0 = impossible, 1 = certain.

What do the symbols mean in the Probability formula?

P(A) reads 'the probability of event A'; 0 \leq P(A) \leq 1

Why is the Probability formula important in Math?

Probability is the mathematical foundation for decision-making under uncertainty — from weather forecasts to medical diagnoses to financial risk assessment.

What do students get wrong about Probability?

Each event is independent—past flips don't affect future flips.

What should I learn before the Probability formula?

Before studying the Probability formula, you should understand: fractions, ratios.