Skip to content
MathAnvil
§ Probability

Formal Probability Rules

§ Probability

Formal Probability Rules

CCSS.7.SP3 min read

Formal probability rules provide systematic methods for calculating the likelihood of combined events. The complement rule states that P(not A) = 1 - P(A), while the addition rule handles "or" scenarios and the multiplication rule manages "and" situations. These rules form the mathematical foundation for analyzing compound probability situations in statistics and data science.

§ 01

Why it matters

Formal probability rules appear throughout real-world decision making and risk assessment. Insurance companies use these rules to calculate premiums — for example, determining that if the probability of a car accident is 0.05 and theft is 0.03, the probability of either occurring (assuming mutual exclusivity) is 0.08. Medical researchers apply these principles when analyzing drug effectiveness, combining multiple test results to determine overall treatment success rates. Weather forecasters use multiplication rules for independent events, calculating that if each day has a 0.3 probability of rain, the chance of rain on both Saturday and Sunday is 0.09. These concepts advance to conditional probability in advanced statistics courses and appear in standardized tests including the SAT and AP Statistics exam.

§ 02

How to solve formal probability rules

Probability — Addition & Multiplication Rules

  • Addition rule (OR): P(A or B) = P(A) + P(B) − P(A and B).
  • If mutually exclusive: P(A or B) = P(A) + P(B).
  • Multiplication rule (AND, independent): P(A and B) = P(A) × P(B).
  • Use tree diagrams to organise compound events.

Example: Two coins: P(HH) = 12 × 12 = 14.

§ 03

Worked examples

Beginner§ 01

P(A) = 0.1. Find P(not A).

Answer: 0.9

  1. Apply complement rule P(not A) = 1 - P(A) = 1 - 0.1 = 0.9 The complement rule: P(not A) = 1 - P(A).
Easy§ 02

P(A) = 13, P(B) = 14, A and B are mutually exclusive. P(A or B)?

Answer: 712

  1. Apply addition rule for mutually exclusive events P(A or B) = P(A) + P(B) = 13 + 14 When events cannot happen together, add their probabilities.
  2. Calculate 13 + 14 = 712 Find a common denominator and add.
Medium§ 03

P(rain) = 0.6 each day. P(no rain both days) if independent?

Answer: 0.16

  1. Find P(no rain) for one day P(no rain) = 1 - 0.6 = 0.4 Use the complement rule.
  2. Multiply for independent events P(no rain both) = 0.4 x 0.4 = 0.16 For independent events, multiply the individual probabilities.
§ 04

Common mistakes

  • Adding probabilities for overlapping events without subtracting the intersection, such as calculating P(A or B) = 0.4 + 0.5 = 0.9 when P(A and B) = 0.2, giving the incorrect result instead of 0.7.
  • Multiplying dependent events as if they were independent, like calculating P(drawing 2 aces without replacement) = (4/52) × (4/52) = 16/2704 instead of the correct (4/52) × (3/51) = 12/2652.
  • Confusing "and" with "or" operations, such as finding P(rolling 4 and 6) = 1/6 + 1/6 = 1/3 instead of using multiplication to get 0 for a single die roll.
§ 05

Frequently asked questions

What is the difference between mutually exclusive and independent events?
Mutually exclusive events cannot happen simultaneously (rolling a 3 and 4 on one die), while independent events have no influence on each other (flipping two separate coins). Mutually exclusive events use P(A or B) = P(A) + P(B), while independent events use P(A and B) = P(A) × P(B).
How do you know when to add or multiply probabilities?
Add probabilities for "or" situations (P(A or B)) and multiply for "and" situations (P(A and B)). The key word "or" signals addition, while "and" signals multiplication. For mutually exclusive events, skip the intersection subtraction in the addition rule.
What does P(A and B) mean in the general addition rule?
P(A and B) represents the intersection probability — when both events occur simultaneously. In P(A or B) = P(A) + P(B) - P(A and B), subtracting P(A and B) prevents double-counting the overlap region where both events happen together.
When can you use the simplified addition rule P(A or B) = P(A) + P(B)?
This simplified version applies only when events are mutually exclusive — they cannot occur at the same time. Examples include rolling different numbers on a single die or drawing different suits from one card. If events can overlap, use the general addition rule with intersection subtraction.
How do tree diagrams help with probability calculations?
Tree diagrams organize multi-step probability problems by showing all possible outcomes and their paths. Each branch shows conditional probabilities, and multiplying along paths gives individual outcome probabilities. Adding relevant path probabilities gives final answers for compound events.
§ 06

See also

§ 06

Where to next?

Share this article