Benford's Law
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
In naturally occurring sets of data (such as invoice amounts, population numbers), the probability that the first digit is 1 is about 30%, while the probability that it is 9 is only 4.6%. If data are artificially fabricated, they often do not conform to this distribution.
SCAFFOLDING EFFECT
Reduce cognitive load
A mathematical detector of fraud. The natural world follows a logarithmic distribution, while human intuition of randomness follows a uniform distribution. Using Benford's law, one can quickly scan financial statements or election data for anomalies that look "too random to be true."
Anchor fast decisions
For many naturally occurring numerical datasets, the probability that the first digit is d is approximately log10(1+1/d), so '1' appears about 30% of the time, while '9' only about 4.6%. This arises from quantities being logarithmically uniformly distributed across multiple orders of magnitude.
MINIMUM ACTION
In progress 0/3Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Benford%27s_lawverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.