🎲 Select Calculation Type

🎯
Basic
P = favorable/total
🔗
A AND B
Joint probability
A OR B
Union of events
🔀
P(A|B)
Conditional prob.
🔄
Complement
P(not A)
📊
Binomial
n trials, k successes
Probability
0 (Impossible)0.51 (Certain)

🎲 Dice Roll Simulator

🪙 Coin Flip Calculator

🃏 Card Draw Probability

🔢 Combinations & Permutations

🔡 Permutations with Repetition

📊 Factorial Calculator

📐 Probability Formulas

Basic Probability

P(A) = favorable outcomes / total outcomes

Range: 0 ≤ P(A) ≤ 1
P(impossible) = 0
P(certain) = 1
P(A) + P(not A) = 1

AND (Intersection)

Independent events: P(A∩B) = P(A) × P(B)
Dependent events: P(A∩B) = P(A) × P(B|A)

Example: P(head AND 6) = 0.5 × (1/6) = 1/12

OR (Union)

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

Mutually exclusive: P(A∪B) = P(A) + P(B)

Example: P(Heart OR Face card)
= 13/52 + 12/52 − 3/52 = 22/52 ≈ 42.3%

Conditional Probability

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

Read as: "Probability of A given B has occurred"

Bayes' Theorem:
P(A|B) = P(B|A) × P(A) / P(B)

Combinations & Permutations

Combination (order doesn't matter):
C(n,r) = n! / (r! × (n−r)!)

Permutation (order matters):
P(n,r) = n! / (n−r)!

With repetition: nʳ arrangements

Binomial Distribution

P(X=k) = C(n,k) × pᵏ × (1−p)ⁿ⁻ᵏ

Where: n = trials, k = successes, p = prob success

Mean = n×p
Std Dev = √(n×p×(1-p))

Example: P(exactly 3 heads in 10 flips)
= C(10,3) × 0.5³ × 0.5⁷
= 120 × 0.125 × 0.0078125 = 11.72%

❓ Frequently Asked Questions

🤖
AI Insights — Coming Soon!
AI-powered probability explanations, real-world problem solving, and statistical insights.
Coming Soon — Stay Tuned!