Probability Calculator
Calculate basic event probability, combined probabilities (AND/OR), and binomial probability. All results show step-by-step solutions.
| Probability (fraction): | 1/6 |
| Probability (decimal): | 0.1667 |
| Probability (percent): | 16.67% |
P(event) = favorable / total P = 1 / 6 = 0.1667 = 16.67%
| P(A and B): | 0.15 |
| P(A or B): | 0.65 |
| P(not A): | 0.5 |
| P(not B): | 0.7 |
Events are independent: P(A and B) = P(A) × P(B) P(A and B) = 0.5 × 0.3 = 0.15 P(A or B) = P(A) + P(B) - P(A and B) P(A or B) = 0.5 + 0.3 - 0.15 = 0.65 P(not A) = 1 - 0.5 = 0.5 P(not B) = 1 - 0.3 = 0.7
| P(X = 3): | 0.117188 |
| Percentage: | 11.7188% |
| C(10,3): | 120 |
Binomial probability formula: P(X = k) = C(n,k) × p^k × (1-p)^(n-k) Values: n = 10, k = 3, p = 0.5, q = 1-p = 0.5 Step 1 — Calculate C(10, 3): C(10, 3) = 10! / (3! × 7!) = (10 × 9 × 8) / (1 × 2 × 3) = 120 Step 2 — Calculate p^k = 0.5^3: = 0.125 Step 3 — Calculate (1-p)^(n-k) = 0.5^7: = 0.007813 Step 4 — Multiply: P(X = 3) = 120 × 0.125 × 0.007813 P(X = 3) = 0.117188
What Is Probability?
Probability is the mathematical study of chance. It quantifies how likely an event is to occur on a scale from 0 (impossible) to 1 (certain). For a simple experiment where all outcomes are equally likely:
P(event) = favorable outcomes / total outcomes
For example, when rolling a fair six-sided die, the probability of rolling a 4 is 1/6 ≈ 0.1667 (16.67%), because there is 1 favorable outcome (rolling a 4) out of 6 total equally likely outcomes.
Basic Probability Rules
The Complement Rule
The probability that an event does NOT occur is 1 minus the probability that it does:
P(not A) = 1 − P(A)
Example: The probability of drawing an ace from a standard deck is 4/52 = 1/13. The probability of NOT drawing an ace is 1 − 1/13 = 12/13 ≈ 0.9231.
The Addition Rule: P(A or B)
The probability that event A or event B (or both) occur is:
P(A or B) = P(A) + P(B) − P(A and B)
Subtracting P(A and B) prevents double-counting outcomes where both events happen. For mutually exclusive events (events that cannot both occur), P(A and B) = 0, so the formula simplifies to P(A or B) = P(A) + P(B).
Example: Drawing a heart or a face card from a standard deck. P(heart) = 13/52. P(face card) = 12/52. P(heart and face card) = 3/52 (J♥, Q♥, K♥). P(heart or face card) = 13/52 + 12/52 − 3/52 = 22/52 ≈ 0.4231.
The Multiplication Rule: P(A and B)
The probability that both event A and event B occur:
P(A and B) = P(A) × P(B) [if A and B are independent]
For independent events, the outcome of one does not affect the other. For dependent events, use: P(A and B) = P(A) × P(B|A).
Example (independent): Rolling two dice and getting a 6 on both. P = 1/6 × 1/6 = 1/36 ≈ 0.0278.
Example (dependent): Drawing two aces without replacement. P(first ace) = 4/52. P(second ace | first ace drawn) = 3/51. P(both aces) = 4/52 × 3/51 = 12/2652 ≈ 0.0045.
Binomial Probability
Binomial probability applies to a series of repeated independent trials, each with the same probability of success. The binomial formula gives the probability of exactly k successes in n trials:
P(X = k) = C(n, k) × pk × (1 − p)n − k
Where C(n, k) = n! / (k! × (n − k)!) is the number of ways to choose k successes from n trials (the binomial coefficient, read "n choose k").
Example: A basketball player makes 70% of free throws. What is the probability of making exactly 4 of 5 shots?
n = 5, k = 4, p = 0.7
C(5, 4) = 5! / (4! × 1!) = 5
P = 5 × 0.74 × 0.31 = 5 × 0.2401 × 0.3 = 0.3601 (36.01%)
Common Probability Examples
| Scenario | Calculation | Probability |
|---|---|---|
| Coin flip: heads | 1/2 | 50% |
| Die roll: even number | 3/6 | 50% |
| Die roll: number > 4 | 2/6 | 33.33% |
| Two heads in 2 flips | 1/2 × 1/2 | 25% |
| At least one head in 2 flips | 1 − (1/2)² | 75% |
| Drawing an ace from a deck | 4/52 | 7.69% |
Frequently Asked Questions
What is probability and how is it expressed?
Probability measures the likelihood that a specific event will occur. It is always a number between 0 and 1, where 0 means the event is impossible and 1 means it is certain. For example, the probability of flipping heads on a fair coin is 0.5 (50%). Probability can be expressed as a fraction (1/6), decimal (0.1667), or percentage (16.67%). The basic formula is P(event) = (number of favorable outcomes) / (total number of possible outcomes).
What is the complement rule in probability?
The complement rule states that the probability of an event NOT occurring equals 1 minus the probability that it does occur: P(not A) = 1 − P(A). For example, if the probability of rain today is 0.3, then the probability of no rain is 1 − 0.3 = 0.7. The complement rule is useful when it is easier to calculate the probability that an event does not happen and then subtract from 1.
What is the difference between P(A and B) and P(A or B)?
P(A and B) is the probability that both events A and B occur. For independent events: P(A and B) = P(A) × P(B). For example, rolling a 3 and then flipping heads: (1/6) × (1/2) = 1/12. P(A or B) is the probability that at least one of A or B occurs: P(A or B) = P(A) + P(B) − P(A and B). Subtracting P(A and B) corrects for double-counting cases where both events happen. For mutually exclusive events (which cannot happen together), P(A and B) = 0 and P(A or B) = P(A) + P(B).
What is binomial probability?
Binomial probability applies when you have a fixed number of independent trials (n), each with exactly two outcomes (success or failure), and a constant probability of success (p) on each trial. The probability of exactly k successes in n trials is: P(X = k) = C(n,k) × pᵏ × (1−p)ⁿ⁻ᵏ, where C(n,k) = n! / (k! × (n−k)!) is the binomial coefficient. Example: probability of exactly 3 heads in 5 coin flips: C(5,3) × 0.5³ × 0.5² = 10 × 0.125 × 0.25 = 0.3125 (31.25%).
What is conditional probability?
Conditional probability P(A|B) is the probability that event A occurs given that event B has already occurred. The formula is P(A|B) = P(A and B) / P(B). For example: in a deck of 52 cards, what is the probability that a card is a king, given that it is a face card? There are 12 face cards (J, Q, K in 4 suits) and 4 kings. P(King | Face card) = 4/12 = 1/3. Conditional probability is the foundation of Bayesian reasoning and many real-world predictions.
Related Calculators
- Z-Score Calculator — standard normal distribution probabilities
- Standard Deviation Calculator — spread and variance for datasets
- Ratio Calculator — simplify and solve ratios