Probability Calculator

Calculate basic probability for single and combined events. Compute AND, OR, NOT probabilities and conditional probability.

Probability of event A (0 to 1)
Probability of event B (0 to 1)
For repeated-trial calculations on event A
P(A AND B)
0.150000
Both events occur
P(A OR B)
0.650000
At least one event occurs
P(NOT A)
0.700000
Complement of A
P(NOT B)
0.500000
Complement of B
P(Neither)
0.350000
Neither event occurs
P(Exactly One)
0.500000
One but not both events
P(A | B)
0.300000
Probability of A given B occurred
P(B | A)
0.500000
Probability of B given A occurred
Odds of A
0.4286 : 1
Odds ratio for event A

Probability Visualization

P(A)
0.30%
P(B)
0.50%
P(A AND B)
0.15%
P(A OR B)
0.65%
P(Exactly One)
0.50%

Repeated Trials (n = 10) for Event A

P(At Least 1 in 10)
0.971752
1 - (1 - P(A))^10
P(All 10)
0.000006
P(A)^10
P(None in 10)
0.028248
(1 - P(A))^10
Expected Occurrences
3.00
n * P(A) = 10 * 0.3000

Probability Truth Table

ABProbabilityDescription
TrueTrue0.150000Both occur
TrueFalse0.150000Only A occurs
FalseTrue0.350000Only B occurs
FalseFalse0.350000Neither occurs
Planning notes, formulas, and examples

About the Probability Calculator

The Probability Calculator helps you compute basic event probabilities. Enter the probability of events A and B, then review the probability of both (A AND B), either (A OR B), not A, not B, and conditional probabilities.

Probability is the mathematical framework for quantifying uncertainty. From weather forecasts to medical tests to card games, probability theory provides the tools to reason about uncertain outcomes.

This calculator handles independent events (AND = P(A) × P(B)) and the addition rule (OR = P(A) + P(B) − P(A AND B)), plus complements. Enter probabilities as values between 0 and 1.

When This Page Helps

Combining probabilities correctly requires knowing the right formula (AND, OR, NOT). This calculator applies the rules automatically and shows results for all common combinations.

How to Use the Inputs

  1. Enter the probability of event A (0 to 1, e.g. 0.3 for 30%).
  2. Enter the probability of event B (0 to 1).
  3. View P(A AND B), P(A OR B), P(NOT A), P(NOT B).
  4. Results assume events are independent unless stated otherwise.
  5. Use for risk assessment, game odds, or academic exercises.
Formula used
P(A AND B) = P(A) × P(B) (independent events) P(A OR B) = P(A) + P(B) − P(A AND B) P(NOT A) = 1 − P(A)

Example Calculation

Result: P(A AND B) = 0.15, P(A OR B) = 0.65

P(A AND B) = 0.3 × 0.5 = 0.15. P(A OR B) = 0.3 + 0.5 − 0.15 = 0.65. P(NOT A) = 0.7. P(NOT B) = 0.5.

Tips & Best Practices

  • Probabilities must be between 0 and 1 (or 0% and 100%).
  • For independent events, P(A AND B) = P(A) × P(B).
  • The complement rule: P(NOT A) = 1 − P(A).
  • "At least one" problems often use complement: 1 − P(none).
  • P(A OR B) counts overlap, so subtract P(A AND B) to avoid double-counting.
  • For dependent events, P(A AND B) = P(A) × P(B|A).

Probability in Everyday Life

Weather forecasts, sports odds, insurance premiums, and medical test accuracy all rely on probability. Understanding basic probability helps you evaluate risks and make better decisions.

Common Misconceptions

The gambler's fallacy is the belief that past results affect independent future events. A coin has a 50% chance of heads regardless of the previous 10 flips.

Probability Theory Foundations

Modern probability theory, formalized by Kolmogorov in 1933, defines probability as a measure satisfying three axioms: non-negativity, normalization (total = 1), and countable additivity for mutually exclusive events.

Professionals in data science, engineering, and finance apply these calculations daily to model complex systems and test analytical hypotheses.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Probability is a number between 0 and 1 that represents how likely an event is to occur. 0 means impossible, 1 means certain, and 0.5 means equally likely as not.