False-positive rate reads the actual negative side of the confusion grid. This lesson keeps FP, TN, and the shared denominator visible.
Start from fixed counts
This grid has TP=2, FN=1, FP=1, and TN=2. The false-positive-rate row will read only the actual negative side.
TP=2,FN=1,FP=1,TN=2
Use actual negatives
The denominator is FP+TN, because both cells came from actual negative rows. Here FP+TN=1 + 2 = 3.
FP+TN=1+2=3
Compute the rate
False-positive rate is FP divided by FP+TN. The exact value is 1/3 because FP=1 out of 3 actual negatives.
FPR=FP+TNFP=31=1/3
Specificity is the complement
Specificity reads the same denominator from the TN side: 2/3. Together they sum to 1. This is one displayed grid only; not a claim about future rows.
31+32=1