How this instrument works
Joint probability is the chance that two events both occur — written P(A ∩ B) or P(A and B). When A and B are independent, meaning the outcome of one tells you nothing about the outcome of the other, the joint probability collapses to a single multiplication: P(A) × P(B). That shortcut only holds under independence; if the events influence each other, you need conditional probability instead — P(A) × P(B|A), where P(B|A) is the probability of B given that A already happened.
This instrument is built for the applied, textbook framing of that same rule: the two-way joint probability table. Statistics courses often lay out two independent variables — say, weather and a train running late — as rows and columns, with each cell holding the joint probability of that row-and-column combination. Every cell in an independence table is exactly this multiplication, computed once per combination, so this calculator is the single-cell version of the same arithmetic that fills the whole table.
Independence is an assumption worth checking before you trust the result, not something the arithmetic itself verifies. Two events can look unrelated and still be linked by a hidden common cause — heavy rain, for instance, could plausibly make a train late for reasons that have nothing to do with pure chance — in which case the true joint probability would need real conditional data, not this simple product.
- Enter the first event's probability as a percentage into P(A) (%) — for example, the chance of rain today.
- Enter the second event's probability as a percentage into P(B) (%) — for example, the chance of a train running late, treated as independent of the rain.
- Read Joint probability P(A ∩ B) (%) — independent events beneath the inputs; the instrument multiplies the two percentages for you.
- Only use this instrument when A and B are genuinely independent — if one event's outcome could plausibly shift the odds of the other, the plain product will give the wrong joint probability.
- To check your work, confirm the result is never larger than the smaller of P(A) and P(B) — that's a basic sanity property of every joint probability of two events.
Worked example — 30% chance of rain, 40% chance of a late train
Suppose there's a 30% chance of rain today and, independently, a 40% chance the train runs late — the two are assumed unrelated for this example. Enter pa = 30 and pb = 40. The instrument multiplies 30% × 40% = 0.30 × 0.40 = 0.12. Joint probability P(A ∩ B) reads 12%.
That 12% is the chance both things happen on the same day: rain and a late train together. It's smaller than either individual probability, which makes sense — requiring two things to both occur is always at least as restrictive as requiring just one, so the joint probability of independent events can never exceed the smaller of the two inputs.
Questions
What does "joint probability" mean?
The probability that two (or more) events both happen, written P(A ∩ B) or P(A and B). For independent events, it's calculated by simple multiplication: P(A) × P(B). For a 30% chance of rain and an independent 40% chance of a late train, the joint probability of both happening is 30% × 40% = 12%.
How is joint probability different from conditional probability?
Joint probability, P(A ∩ B), is the chance both events happen. Conditional probability, P(A|B), is the chance A happens given that B already has. They're related by P(A ∩ B) = P(B) × P(A|B) in general; the multiplication shortcut this instrument uses, P(A) × P(B), is the special case where A and B are independent, so P(A|B) simply equals P(A).
What if A and B aren't actually independent — does P(A) × P(B) still work?
No. If one event's outcome shifts the odds of the other, multiplying the plain probabilities gives the wrong answer. You'd instead need P(A) × P(B|A), using the conditional probability of B given A, which generally isn't equal to P(B) alone. Always check the independence assumption before relying on this shortcut.
Can the joint probability be larger than P(A) or P(B) alone?
No, never — for two events, P(A ∩ B) can be at most as large as the smaller of P(A) and P(B). Requiring both A and B to happen is always at least as restrictive as requiring just one of them, so the combined chance can only shrink or stay the same, never grow.
How does this relate to a joint probability table used in a statistics class?
A joint probability table lays two variables out as rows and columns, with each cell holding the joint probability of that row-and-column outcome. When the two variables are independent, every cell in the table is exactly the P(A) × P(B) multiplication this instrument computes — so this is the single-cell calculation behind the whole table.
Should I enter probabilities as percentages or decimals?
Enter them as percentages — P(A) (%) and P(B) (%) both expect values from 0 to 100, such as 30 for a 30% chance. The instrument converts internally and reports the joint probability back out as a percentage as well.