Probability Calculator
Calculate the probability of any event - single, combined, or as permutations and combinations.
📖 What is Probability?
Probability is a branch of mathematics that quantifies how likely an event is to occur. It is expressed as a number between 0 (impossible) and 1 (certain), or equivalently as a percentage between 0% and 100%. The probability of flipping a fair coin and getting heads is 0.5 or 50%.
Probability theory underpins many real-world disciplines: insurance companies use it to price risk, weather services use it to forecast rain, casinos use it to design games, medical researchers use it in clinical trials, and machine learning uses it in classification algorithms.
There are three key types of probability problems:
1. Single event probability - what is the chance of one specific outcome from a set of possible outcomes? 2. Multiple event probability - what is the chance of A AND B both happening, or A OR B happening? 3. Combinatorial probability - over how many ways can you choose r items from n total, and what is the probability of any specific selection?
Understanding the difference between "and" (intersection) and "or" (union) is crucial. "P(A and B)" requires both to happen simultaneously; "P(A or B)" requires at least one to happen.