A STUDY IN AGREEMENT
Agreement is something you check.
Two independent calculation paths should arrive at the same total. Introduce a mismatch and watch the verdict change.
PATH A / SUM
2 + 3 + 510PATH B / PRODUCT
2 × 510PASS / TWO PATHS, THE SAME VALUE
Local arithmetic only: adding 2 + 3 + 5 and multiplying 2 × 5 both give 10. The mismatch control deliberately perturbs the second result.