PROBABILITYProbability TheoryStatistics Calculator
📊

P(A∩B) — Joint Probability

Independent: P(A∩B)=P(A)P(B). Dependent: P(A∩B)=P(A)P(B|A). Joint tables, marginals, Venn.

Concept Fundamentals
P(A∩B)
Joint Prob
Both events occur
P(A)·P(B)
Independent
Multiplication rule
P(A)·P(B|A)
Dependent
Conditional rule
Risk & reliability
Application
Combined event analysis
Compute P(A∩B)Independent or dependent

Why This Statistical Analysis Matters

Why: Joint probability underpins conditional probability, Bayes, and contingency analysis.

How: Enter P(A), P(B) or joint table. Get P(A∩B), P(A∪B), P(A|B), P(B|A).

  • P(A∩B)=P(A)P(B) if independent
  • P(A∪B)=P(A)+P(B)−P(A∩B)
  • P(A|B)=P(A∩B)/P(B)
STATISTICSProbability Theory

P(A∩B) — Independent & Dependent Events

From probabilities or joint table. Marginals, independence test, Venn visualization.

Real-World Scenarios — Click to Load

Input Mode

joint_prob.sh
CALCULATED
$ compute_joint --mode="probabilities"
P(A∩B)
20.00%
P(A∩B)
20.00%
P(A∪B)
70.00%
P(A|B)
50.00%
P(B|A)
40.00%
P(A)
50.00%
P(B)
40.00%
Independence
P(A∩B) = P(A)×P(B) ✓
Share:
Joint Probability Result
P(A∩B)
20.00%
P(A∪B) = 70.00%Independent: Yes
numbervibe.com/calculators/statistics/joint-probability-calculator

Venn Diagram (Conceptual)

P(A∩B) 20%
A only: 30.0%
B only: 20.0%
Neither: 30.0%

Probability Bar Chart

Venn Distribution (Doughnut)

Calculation Breakdown

JOINT
P(A∩B)
20.00%
P(A)×P(B) = 20.00%
P(A∪B) = P(A)+P(B)−P(A∩B)
70.00%
50.00% + 40.00% − 20.00%
CONDITIONAL
P(A|B) = P(A∩B)/P(B)
50.00%
20.00% / 40.00%
P(B|A) = P(A∩B)/P(A)
40.00%
20.00% / 50.00%
VALIDATION
Independence
Yes ✓
P(A∩B) = P(A)×P(B)

For educational and informational purposes only. Verify with a qualified professional.

📈 Statistical Insights

P(A∩B)

— Joint

P(A∪B)

— Union

|

P(A|B)

— Conditional

Key Takeaways

  • • P(A∩B) = probability both A and B occur — the intersection
  • • Independent: P(A∩B) = P(A) × P(B) — events don't influence each other
  • • Dependent: P(A∩B) = P(A) × P(B|A) — use conditional probability
  • • P(A∪B) = P(A) + P(B) − P(A∩B) — union includes overlap once
  • • Joint probability tables: rows × columns, marginals sum to 1

Did You Know?

🎲Two fair dice: P(both 6) = 1/6 × 1/6 = 1/36 — classic independent exampleSource: Khan Academy
🃏Drawing cards without replacement is dependent — each draw changes the deckSource: MIT OCW
🌧️Rain and traffic are often dependent — rain affects traffic probabilitySource: NIST
🩺Epidemiology uses joint probability tables for disease × symptomSource: CDC
🔒Two-factor auth: P(both correct) = P(password) × P(OTP) if independentSource: Security
📧Spam filters use joint P(spam, words) for classificationSource: ML

How It Works

1. Independent Events

P(A∩B) = P(A) × P(B). Dice rolls, coin flips, draws with replacement.

2. Dependent Events

P(A∩B) = P(A) × P(B|A). Cards without replacement, sequential events.

3. Joint Probability Tables

2×2 or 3×3 grid. Each cell = P(row ∩ col). Marginals = row/column sums.

4. Independence Test

If P(A∩B) = P(A)×P(B), events are independent. Check with your computed values.

Expert Tips

Check independence first

If independent, P(A∩B) = P(A)×P(B) — no need for P(B|A).

Use tables for data

When you have counts or proportions, build a joint table.

Venn diagram helps

Overlap = P(A∩B). Union = A + B − overlap.

Marginals must sum to 1

Row sums and column sums each total 1 for valid joint distribution.

Why Use This Calculator vs Other Tools?

FeatureThis CalculatorConditionalBayesProbability
P(A∩B) from P(A), P(B)⚠️⚠️
Joint probability table
Independence test
Marginal probabilities
Heatmap & Venn⚠️
Educational content

Frequently Asked Questions

What is joint probability?

P(A∩B) = probability that both A and B occur. The intersection of the two events.

When are events independent?

When P(A∩B) = P(A)×P(B). Knowing A occurred doesn't change the probability of B.

How do I compute P(A∩B) for dependent events?

Use P(A∩B) = P(A) × P(B|A). You need the conditional P(B|A).

What is a joint probability table?

A 2×2 or 3×3 grid where each cell is P(row event ∩ column event). Rows and columns sum to marginals.

What are marginal probabilities?

Row and column sums. P(A) = sum of row for A. P(B) = sum of column for B.

How does this relate to conditional probability?

P(A|B) = P(A∩B)/P(B). Joint probability is the numerator.

Can P(A∩B) exceed P(A) or P(B)?

No. P(A∩B) ≤ min(P(A), P(B)) always.

When should I use the table mode?

When you have data in a contingency format or want to explore a full joint distribution.

Joint Probability by the Numbers

P(A)×P(B)
Independent formula
P(A)P(B|A)
Dependent formula
2×2
Classic table size
Venn
Visual overlap

Disclaimer: This calculator provides joint probability computations for educational and professional reference. For critical applications, verify inputs and consult domain experts.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators