Reversing the condition, and counting
◈ 6 cardsBayes by table or tree — the branch over the total, no formula memorised — and ₙCₓ for the binomial ahead.
The question that runs the tree backwards
Georgian Bay Mutual's tree gave : the rate, given the type. The investigator's question is the reverse: a claim has been flagged fraudulent — what is the probability it was an auto claim? That is , and the tree already holds every piece:
The numerator is the one leaf where both events hold; the denominator is the total probability of the condition — the sum of every leaf ending in fraud (L5.5). Nothing new was needed: it is the definition of conditional probability with the tree supplying both parts.
Notice how different the two conditionals are. Ten percent of auto claims are flagged; but 79 % of flagged claims are auto — because auto claims are both the larger group and the higher-rate one. Swapping for is the most common conceptual error in this module.
The same thing by table
Give the tree a population of 1,000 claims: 600 auto (60 flagged, 540 not) and 400 property (16 flagged, 384 not). The flagged column totals 76, of which 60 are auto: . A table with invented counts is often the fastest route and the easiest to check.
The formula, for those who want it
Written in symbols, the reversal is Bayes' rule:
with expanded as the sum of branch products. IBS1 never states it and the paper never demands it — the tree in one line is all it says. Work the tree; write the formula only if you find it helps.
Counting the ways — combinations
Module 6's binomial asks, for example, "exactly two of twelve claims have an error". The two erroneous claims could be any two of the twelve, and the number of ways to choose them is a combination:
where and . Order does not matter — choosing claims 3 and 7 is the same audit as choosing 7 and 3.
Maple Ledger's auditor picks three of ten invoices for a detailed check: possible samples. Two of the fifty: . Cancel the larger factorial before multiplying — is just — and the calculator never overflows. Python's math.comb and a calculator's nCr key give the same numbers.