Probability tells you how likely an event is, on a scale from 00 (impossible) to 11 (certain). When outcomes are equally likely, the basic formula is

P(A)=favorable outcomestotal outcomesP(A) = \frac{\text{favorable outcomes}}{\text{total outcomes}}

where AA is the event, "favorable outcomes" are the ones in AA, and "total outcomes" is every possible result. That condition matters: this ratio works for a fair die or a well-shuffled deck, but not when some outcomes are more likely than others.

Why the Ratio Works

An outcome is one possible result; an event is a set of outcomes you care about. Rolling a fair die, getting a 44 is one outcome, while "even" is an event containing 22, 44, and 66. The ratio formula is just counting: if all six faces are equally likely, then three of them are even, so

P(even)=36=12.P(\text{even}) = \frac{3}{6} = \frac{1}{2}.

Each favorable outcome contributes the same share of certainty, which is exactly why you can divide counts. Break equal likelihood and the division stops being valid — that single assumption is what the whole formula rests on.

The Core Formulas

Equally likely outcomes (only when each outcome has the same chance):

P(A)=favorable outcomestotal outcomesP(A) = \frac{\text{favorable outcomes}}{\text{total outcomes}}

Complement rule — for the chance an event does not happen, handy for "at least one" and "not":

P(Ac)=1P(A)P(A^c) = 1 - P(A)

Addition rule — for "AA or BB":

P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

You subtract the overlap because outcomes in both events would otherwise be double-counted. If the events are mutually exclusive, P(AB)=0P(A \cap B) = 0 and it reduces to P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

Multiplication rule — for independent events:

P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B)

If the second event depends on the first, use conditional probability:

P(AB)=P(A)P(BA)P(A \cap B) = P(A)P(B \mid A)

Do not multiply blindly unless independence is justified.

Worked Example: At Least One 66 in Two Rolls

Roll a fair die twice — what is the probability of at least one 66? This is a natural place for the complement rule: instead of counting every case with a 66, find the chance of no 66 first.

On one roll:

P(no 6)=56.P(\text{no }6) = \frac{5}{6}.

The rolls are independent, so the chance of no 66 on both is

P(no 6 on both)=5656=2536.P(\text{no }6\text{ on both}) = \frac{5}{6}\cdot\frac{5}{6} = \frac{25}{36}.

Now take the complement:

P(at least one 6)=12536=1136.P(\text{at least one }6) = 1 - \frac{25}{36} = \frac{11}{36}.

So the answer is 1136\frac{11}{36}. Two ideas show up at once: independence lets you multiply, and "at least one" problems are often easiest through the complement.

Practice and Self-Check

Draw one card from a standard deck and find the probability of a heart. Then change the question to "a heart or a king" and decide whether you need the addition rule — and if so, what overlap you must subtract. Before comparing final numbers with anyone, compare your event definitions first, since that is where most disagreements actually come from.

Calculation Traps to Avoid

  • Using the ratio formula when outcomes are not equally likely. It only holds when each outcome has the same chance.
  • Adding probabilities for overlapping events without subtracting the overlap, which inflates the result.
  • Confusing "and" with "or": "and" usually means an intersection ABA \cap B, "or" means a union ABA \cup B.
  • Multiplying events that are not independent. If one result changes the chance of the next, you need a conditional probability step.

The exact model depends on the situation — equally likely outcomes in some problems, measured frequencies or assumptions in others — but every formula here works only when its condition matches the problem.

Frequently Asked Questions

What is the basic formula for probability?
When all outcomes are equally likely, the probability of an event equals the number of favorable outcomes divided by the total number of outcomes. This works for a fair die or a well-shuffled deck, but it does not automatically apply when some outcomes are more likely than others, so check that condition first.
What is the difference between an outcome and an event?
An outcome is one possible result, while an event is a set of outcomes you care about. Rolling a 4 on a die is a single outcome. Rolling an even number is an event because it includes 2, 4, and 6, giving a probability of 3 out of 6, or one half, on a fair die.
When do you add probabilities and when do you multiply?
Use the addition rule for the chance that A or B happens: add the two probabilities and subtract the overlap so shared outcomes are not counted twice. Use the multiplication rule for A and B together: multiply the probabilities when the events are independent, or use conditional probability when the second event depends on the first.
What is the complement rule and when is it useful?
The complement rule says the probability that an event does not happen equals 1 minus the probability that it does. It is especially useful for questions with phrases like at least one or not, where counting the failures directly is much easier than listing every way the event can succeed.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →