Probability calculator with steps — independent, conditional, and combinatorics
Step-by-step examples: compute independent event probabilities, a worked conditional probability example, and combinatorics (combinations/permutations) with numbers.
Tool
Use the main Probability Calculator for interactive calculations: Open probability calculator.
Examples
-
Independent events: coin toss
- Problem: Probability of two heads in two fair coin tosses.
- P(heads) = 1/2, so P(heads twice) = 1/2 * 1/2 = 1/4 = 0.25
- Answer: 0.25
-
Conditional probability (cards)
Problem: What is P(ace | red)? In a 52-card deck there are 26 red cards and 2 red aces.- P(ace ∩ red) = 2/52 = 1/26
- P(red) = 26/52 = 1/2
- P(ace | red) = P(ace ∩ red) / P(red) = (1/26) / (1/2) = 2/26 = 1/13 ≈ 0.0769
- Answer: 1/13 ≈ 0.0769
-
Combinations vs permutations
Problem: Choose 3 people from 10 (order doesn't matter) and order 3 people from 10 (order matters)- Combinations: C(10,3) = 10! / (3! 7!) = 120
- Permutations: P(10,3) = 10 * 9 * 8 = 720
- Answer: Combinations = 120, Permutations = 720