AND Probability Calculator

Calculate the probability of two or three events both occurring — independent or dependent — with breakdowns, odds, and repeated trial analysis.

0 to 1
P(A AND B)
0.150000
P(A ∩ B) = 0.5000 × 0.3000
Percentage
15.000%
Probability × 100
P(NOT both)
0.850000
1 − P(A ∩ B)
Odds (for : against)
1 : 5.67
p / (1 − p)
P(A OR B)
0.650000
P(A) + P(B) − P(A ∩ B)
P(A)
0.5000

Probability Breakdown

OutcomeProbabilityPercentageVisual
P(A only)0.35000035.00%
P(B only)0.15000015.00%
P(A and B)0.15000015.00%
P(neither)0.35000035.00%
P(A or B)0.65000065.00%

Repeated Independent Trials

TrialsP(at least once)Expected Successes
115.000%0.15
227.750%0.30
338.588%0.45
555.629%0.75
1080.313%1.50
2096.124%3.00
5099.970%7.50
100100.000%15.00
Planning notes, formulas, and examples

About the AND Probability Calculator

The AND probability calculator computes the probability that two (or three) events both occur — their intersection. This is one of the most fundamental operations in probability theory and is governed by the multiplication rule: for independent events P(A ∩ B) = P(A) × P(B), and for dependent events P(A ∩ B) = P(A) × P(B|A).

Understanding when to apply each version is critical. Drawing two aces from a standard deck without replacement involves dependent events because the first draw changes the deck composition. Flipping a coin and rolling a die are independent because one outcome doesn't influence the other.

This calculator supports both modes, lets you extend to three events, and provides a complete breakdown showing the probability of each possible outcome combination. A repeated-trials table shows how the probability accumulates over multiple independent opportunities, which is useful for reliability engineering, quality control, and game strategy.

When This Page Helps

Calculating AND probability is essential in risk assessment, reliability engineering, medical testing, insurance, and everyday decision-making. Whenever you need to know the chance that multiple conditions are all met simultaneously, you need the multiplication rule.

This calculator removes the guesswork and handles both independent and dependent cases, which are often confused and can lead to significantly incorrect risk estimates.

How to Use the Inputs

  1. Choose whether you have two or three events.
  2. Select whether the events are independent or dependent.
  3. Enter P(A) — the probability of the first event (0 to 1).
  4. For independent events, enter P(B). For dependent events, enter P(B|A).
  5. If using three events, enter P(C) as well.
  6. Read the combined AND probability, percentage, odds, and complementary probabilities from the output.
  7. Review the breakdown table and repeated trials table for deeper analysis.
Formula used
Independent: P(A ∩ B) = P(A) × P(B). Dependent: P(A ∩ B) = P(A) × P(B|A). Three events (independent): P(A ∩ B ∩ C) = P(A) × P(B) × P(C).

Example Calculation

Result: 0.15 (15%)

For two independent events with P(A) = 0.5 and P(B) = 0.3, the probability both occur is 0.5 × 0.3 = 0.15 or 15%.

Tips & Best Practices

  • Independent events: one event's occurrence doesn't change the other's probability. Use the simple multiplication rule.
  • Dependent events: the second probability changes based on the first outcome. Use the conditional probability version.
  • The AND probability is always ≤ the smaller of P(A) and P(B) — both events occurring can't be more likely than either alone.
  • For system reliability, multiply component reliabilities to get overall system reliability (series system).
  • If you know P(A ∩ B) and P(A) but need P(B|A), divide: P(B|A) = P(A ∩ B) / P(A).
  • The repeated trials table uses binomial probability — useful for "what are the chances it happens at least once in N tries?"

The Multiplication Rule Explained

The multiplication rule states that the probability of two events both occurring equals the product of their individual probabilities — but only when they're independent. When events are dependent, you must use the conditional version P(A ∩ B) = P(A) × P(B|A). Confusing these two cases is one of the most common errors in applied probability.

Real-World Applications

In engineering, system reliability is calculated by multiplying component reliabilities (for series systems). A system with two components, each 99% reliable, has overall reliability of 0.99 × 0.99 = 98.01%. In medical testing, the probability of two independent symptoms co-occurring helps with differential diagnosis. In finance, the joint probability of multiple market conditions drives portfolio risk models.

Common Pitfalls

People often assume independence when events are actually dependent. For example, drawing cards without replacement creates dependency. Another mistake is confusing "and" with "or" because they answer fundamentally different questions and use different formulas.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • AND (intersection) is the probability both events occur. OR (union) is the probability at least one occurs. AND always gives a smaller or equal result than OR.