Probability Venn Diagram Maker

Visualize P(A), P(B), unions, intersections, and conditional probabilities. Built for statistics class and probability homework.

Tip: Click and drag any label - title, subtitle, set names, or region text - to reposition it inside or outside the diagram.
Joint Probability DistributionP(A), P(B) and their intersectionEvent AEvent BP(A only) = 0.30P(B only) = 0.25P(A∩B) = 0.15

Export Diagram

Probability Calculator with Step-by-Step Solver

Enter event probabilities and choose an operation - union, intersection, conditional, complement, independence, and inclusion-exclusion. Built for statistics class, GMAT/SAT prep, and probability homework.

Number of events:
All probabilities must be between 0 and 1. P(A ∩ B) cannot be larger than the smaller of P(A) and P(B).

Result

0.7

Step-by-Step Solution

  1. Given: P(A) = 0.5, P(B) = 0.4, P(A ∩ B) = 0.2.
  2. Apply the addition rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
  3. Substitute: P(A ∪ B) = 0.5 + 0.4 − 0.2.
  4. Compute: P(A ∪ B) = 0.7.

The Logic of Probability: Visualizing Chance

Probability can often feel like a collection of abstract formulas, but at its heart, it's about the relationship between events. A Probability Venn Diagram is the most effective way to turn those formulas into something you can actually see. By representing events as overlapping circles, you can instantly understand why P(A ∪ B) isn't just P(A) + P(B), but requires subtracting the intersection to avoid double-counting.

Whether you're a student tackling introductory statistics, a researcher mapping out joint distributions, or someone preparing for a standardized test like the GMAT or GRE, these diagrams provide the "Aha!" moment that algebra alone often misses.

This free online tool allows you to build custom 2-event and 3-event probability diagrams. You can input probabilities for every specific region-from the central triple intersection to the exclusive "only A" areas-and download your creation as a clean, high-resolution SVG or PNG for your notes or presentations.

Probability Venn Diagram Use Cases

Statistics & Probability Class

Visualizing P(A∪B), P(A∩B), and P(A|B) is the fastest way to teach inclusion-exclusion. Probability Venns appear in nearly every introductory statistics textbook chapter on events.

GMAT, GRE, SAT & CAT Prep

Two- and three-event Venn problems are a staple of standardized test maths sections. Drawing one quickly is a learnable skill - practice with this tool and the formulas become reflexes.

Card, Dice & Coin Problems

“What’s the probability of drawing a red card or a face card?” A Venn shows that P(red ∪ face) = 26/52 + 12/52 − 6/52 = 32/52 in one glance.

Medical Diagnostic Tests

Sensitivity, specificity, and Bayes-style problems often involve overlapping events: tested positive, has the disease, false positives. A probability Venn unpacks these.

Marketing & Survey Analytics

Probability that a customer uses both Product A and B, given they’re a paying user. Conditional probability problems map perfectly onto Venn diagrams with overlap regions.

Bayesian Inference Tutorials

A 2-circle Venn is the cleanest way to introduce Bayes’ theorem. The formula P(A|B) = P(A∩B)/P(B) becomes geometric: the overlap divided by the size of B.

Core Probability Formulas

Every region of a probability Venn diagram corresponds to a formula. These are the four you’ll use 90% of the time.

Probability of Union (Addition Rule)

P(A ∪ B) = P(A) + P(B) − P(A ∩ B)

The probability that A or B (or both) occurs. Add the two event probabilities and subtract the overlap once.

Probability of Intersection (Multiplication Rule)

P(A ∩ B) = P(A) · P(B | A) = P(B) · P(A | B)

The joint probability that both A and B occur. If A and B are independent, this simplifies to P(A) · P(B).

Conditional Probability

P(A | B) = P(A ∩ B) / P(B)

The probability of A given that B has already happened. On a Venn diagram, this is the overlap area divided by the area of circle B.

Bayes’ Theorem

P(A | B) = P(B | A) · P(A) / P(B)

Inverts the conditional probability. Critical for diagnostic testing, spam filters, and any problem where you need to reason backwards from observation to cause.

Independence Test

A and B are independent ⇔ P(A ∩ B) = P(A) · P(B)

If the joint probability equals the product of the individual probabilities, the events are independent. Otherwise, they’re dependent.

Mutually Exclusive Events

If A and B are mutually exclusive, P(A ∩ B) = 0

The circles don’t overlap. P(A ∪ B) simplifies to P(A) + P(B). Examples: rolling a 1 and rolling a 6 on the same die.

Worked Probability Examples

Example 1 — Cards (Two Events)

Problem: A card is drawn from a standard 52-card deck. What is the probability that it is either a heart or a face card (J, Q, K)?

P(Heart) = 13/52
P(Face) = 12/52
P(Heart ∩ Face) = 3/52 (J♥, Q♥, K♥)
P(Heart ∪ Face) = 13/52 + 12/52 − 3/52
= 22/52 ≈ 0.423

Example 2 — Conditional Probability

Problem: 60% of customers buy product A, 40% buy product B, and 25% buy both. Given that a customer bought A, what is the probability they also bought B?

P(B | A) = P(A ∩ B) / P(A)
P(B | A) = 0.25 / 0.60 ≈ 0.417

Interpretation: About 41.7% of customers who bought A also bought B.

Example 3 — Bayes’ Theorem (Diagnostic Test)

Problem: A disease affects 1% of a population. A test is 95% accurate (sensitivity and specificity). If a patient tests positive, what is the probability they actually have the disease?

P(D) = 0.01, P(¬D) = 0.99
P(+ | D) = 0.95, P(+ | ¬D) = 0.05
P(+) = 0.95(0.01) + 0.05(0.99) = 0.0095 + 0.0495 = 0.059
P(D | +) = 0.95(0.01) / 0.059 ≈ 0.161

Surprise result:Even after testing positive, the patient has only a ~16% chance of actually having the disease — classic Bayesian counter-intuition.

Example 4 — Three Events

Problem: A user opens an app daily. Probability they like feature A is 0.6, feature B is 0.5, feature C is 0.4. Pairwise overlaps are P(A∩B) = 0.3, P(A∩C) = 0.2, P(B∩C) = 0.15. P(A∩B∩C) = 0.1. What is the probability they like at least one feature?

P(A ∪ B ∪ C) = P(A) + P(B) + P(C)
  − P(A∩B) − P(A∩C) − P(B∩C)
  + P(A∩B∩C)
= 0.6 + 0.5 + 0.4 − 0.3 − 0.2 − 0.15 + 0.1
= 0.95

Tips for Probability Venn Diagrams

  • Always check that probabilities sum to 1.All seven regions of a 3-event Venn (plus the “outside” region for none) should add up to exactly 1. If they don’t, re-check the problem.
  • Fill in the centre first. When solving 3-event problems, start with P(A∩B∩C), then work outwards subtracting it from the pairwise overlaps. This avoids double-counting errors.
  • Use decimals or fractions consistently.Don’t mix 0.25 in one region and 1/3 in another — readers (and your future self) will get confused.
  • Label whether values are probabilities or counts.A probability Venn region might say “0.25” or “25%” or “P(A) = 0.25” — pick one and stick with it.
  • For pure set theory work, use the Set Theory Diagram Generator instead. It’s tuned for showing actual elements like{1, 2, 3} rather than probabilities.

Frequently Asked Questions

How do I show conditional probability on a Venn diagram?+

Conditional probability P(A|B) is the ratio of the overlap area to the entire B circle. To show it on a Venn diagram, label the overlap with P(A∩B) and the rest of circle B with P(B only), then write the formula P(A|B) = P(A∩B)/P(B) below the diagram.

Can I use this for mutually exclusive events?+

You can, but mutually exclusive events have no overlap by definition. The diagram will show two circles with the intersection labelled 0. For mutually exclusive events, P(A∪B) = P(A) + P(B) directly — no subtraction needed.

How do I show the probability of “none”?+

The probability that neither event occurs is P(A′ ∩ B′) = 1 − P(A∪B). You can include this as a note in the subtitle, or write it in the white space outside the circles.

Should the regions sum to 1?+

Yes — if you include the “outside” region for events neither in A, B, nor C. The total area of the universal set always represents probability 1.

Is the data private?+

Yes — the diagram is rendered entirely in your browser. No probabilities you enter are uploaded anywhere.

Related Tools

Probability problems involving multiple events are where Venn diagrams really earn their keep. Once you can sketch the right diagram, the algebra usually falls out in a couple of lines. This tool gives you a clean, customizable canvas for building probability Venns — ideal for textbooks, lecture slides, GRE/GMAT prep, or any work where you need to communicate joint and conditional probabilities clearly.