What Is Probability?
Probability measures how likely an event is to occur, expressed as a number between 0 (impossible) and 1 (certain), or equivalently as a percentage from 0% to 100%. A probability of 0.25 means the event occurs 25% of the time. Use our percentage calculator to convert between fractions and percentages.
How Do You Calculate Probability?
Basic probability is calculated by dividing the number of favorable outcomes by the total number of possible outcomes: P = favorable outcomes ÷ total outcomes. For example, rolling a 3 on a six-sided die gives 1 favorable outcome ÷ 6 total outcomes = 0.1667 (16.67%).
What Is the Probability Formula?
The core formula is P(A) = n(A) / n(S), where n(A) is the number of favorable outcomes and n(S) is the size of the sample space. The complement rule gives the probability an event does NOT occur: P(not A) = 1 − P(A) — a 30% chance of rain means a 70% chance it stays dry. For two independent events: P(A ∩ B) = P(A) × P(B) and P(A ∪ B) = P(A) + P(B) − P(A) × P(B). Use the Z-score calculator for probability calculations based on normal distributions.
What Is Binomial Probability and How Is It Calculated?
Binomial probability finds the likelihood of exactly k successes in n independent trials, each with probability p: P(X = k) = C(n,k) × p^k × (1−p)^(n−k). For example, the probability of exactly 3 heads in 10 coin flips (p = 0.5): C(10,3) × 0.5³ × 0.5⁷ = 120 × 0.125 × 0.0078 = 11.72%. Cumulative probability P(X ≤ k) sums all probabilities from 0 to k, giving 17.19% in this example.
What Is the Difference Between Independent and Dependent Events?
Independent events do not affect each other — the outcome of one has no impact on the next. Flipping a coin twice is independent: the first result never changes the probability of the second. Dependent events influence one another — drawing cards without replacement is a classic example. For dependent events, conditional probability applies: P(A|B) = P(A ∩ B) / P(B), meaning "the probability of A given B has occurred." This calculator handles independent events, which cover the vast majority of everyday probability problems.
What Are Some Probability Examples With Real Numbers?
Example 1 (basic): What is the probability of drawing a heart from a 52-card deck? Favorable = 13, Total = 52: P = 13/52 = 0.25 (25%). Example 2 (two events): P(rain today) = 0.4, P(rain tomorrow) = 0.3. P(both days) = 0.4 × 0.3 = 12%; P(at least one day) = 0.4 + 0.3 − 0.12 = 58%. For descriptive statistics on datasets, see the mean, median, and mode calculator.
When Is Probability Useful in Real Life?
Probability underpins decisions in medicine (clinical trial success rates), finance (investment risk assessment), weather forecasting, insurance pricing, quality control, and game design. Understanding probability helps you evaluate uncertainty more accurately and make better-informed choices whenever outcomes are not guaranteed.