Analyze uncertainty with five flexible probability methods. Enter values, inspect formulas, and review visual summaries. Export clean reports and learn from worked examples easily.
Choose one of five probability methods and enter valid values.
P(E) = favorable outcomes / total outcomes
P(not A) = 1 - P(A)
P(A ∪ B) = P(A) + P(B) - P(A ∩ B)
P(A | B) = P(A ∩ B) / P(B)
P(X = k) = C(n, k) × pk × (1 - p)n-k
C(n, k) = n! / (k! × (n-k)!)
| Method | Input example | Formula | Output |
|---|---|---|---|
| Simple event | favorable = 3, total = 10 | P(E) = 3 / 10 | 0.3000 |
| Complement | P(A) = 0.72 | 1 - 0.72 | 0.2800 |
| Union | P(A)=0.55, P(B)=0.40, P(A∩B)=0.15 | 0.55 + 0.40 - 0.15 | 0.8000 |
| Conditional | P(A∩B)=0.18, P(B)=0.30 | 0.18 / 0.30 | 0.6000 |
| Binomial exact | n=8, k=3, p=0.25 | C(8,3) × 0.25³ × 0.75⁵ | 0.369140625 |
It solves five common probability tasks: simple event, complement, union, conditional, and exact binomial probability. Each method has separate inputs and its own summary output.
Enter probabilities as decimals between 0 and 1. For example, 60% should be entered as 0.60. The calculator converts the final answer into both decimal and percentage form.
Use complement when you know the chance of an event happening and need the chance it does not happen. The formula is simply 1 minus the event probability.
Union measures the chance that at least one of two events occurs. Conditional probability measures the chance of one event assuming another event has already happened.
Without subtracting the intersection, overlapping outcomes get counted twice. The intersection corrects that overlap and keeps the final union probability mathematically valid.
It gives the chance of getting exactly k successes in n independent trials when every trial has the same success probability p. It is widely used in quality control and test scenarios.
Probability values must stay within logical limits. Inputs like probabilities above 1, negative counts, or intersections larger than their events are rejected to protect accuracy.
The Plotly chart visualizes the result and its related components. For binomial mode, it shows the distribution shape. For other modes, it compares key probabilities directly.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.