Solved Problems on Benford’s Law

Q1. Calculate the probability of the occurrence of 2 as the leading digit using Benford’s law

Solution:

Here, value of digit d is 2

Using Benford’s law formula we get

P(2) = log10​(1+1/2)

= log10​(1+0.5)

= log10​(1.5)

= 0.17609

≈ 17.61%

Q2. Suppose we have 5000 records related to stock. How many records we can expect the starting digit to be 8?

Solution:

Using Benford’s Law we need to calculate probability of occurrence of number 8 as leading digit

P(8) = log10​(1+1/8)

= log10​(1+0.125)

≈ 0.0512

Expected number of records with leading digit 5

= 5000×0.0512

= 256

Expected Number of records with leading digit 5 is 256.

Q3. Calculate the probability of occurrence of 1 or 4 as the leading digit in the stock market.

Solution:

Using Benford’s Law we need to calculate probability of occurrence of number 1 as leading digit,

P(1) = log10​(1+1/1)

= log10​(1+1)

≈ 0.301

Similarly for 4

P(4) = log10​(1+1/4)

= log10​(1+0.25)

≈ 0.0969

Therefore combining two probabilities we get

P(1 or 4) = 0.301 + 0.0969

= 0.3979

= 39.79%

Probability of occurrence of 1 or 4 as leading digit is 39.79%

Q4. Calculate the probability of the occurrence of 5 as the leading digit using Benford’s law.

Solution:

Here value of d is 5

P(2) = log10​(1+1/5)

= log10​(1+0.2)

= log10​(1.2)

= 0.0792

≈ 7.92%

Benford’s Law

Benford’s Law is one of the fundamental laws of mathematics that states, “In a large dataset, approximately 30% of numbers start with a 1 while less than 5% start with a 9.”

In this article, we have covered, Benford’s Law definition, formula, examples and others in detail.

Table of Content

  • What is Benford’s Law?
  • Benford’s Law Curve
  • Uses for Benford’s Law
  • Disadvantages of Benford’s Law
  • Solved Problems on Benford’s Law
  • FAQs on Benford’s Law

Similar Reads

What is Benford’s Law?

Benford’s Law states that the leading digit is usually small in many real-world cases. It is seen that the leading digit is usually either 1 or 2. So as the value of the digit increases the chance of utilizing that very digit becomes small. It is seen that the chance of number 1 appearing as the leading digit is about 30.1% whereas for 9 it is about 4.6%....

Benford’s Law Curve

Let us have a look at Benford’s law Curve,...

Uses for Benford’s Law

Benford’s Law is widely used. Some of the applications are as follows:...

Disadvantages of Benford’s Law

Some of the disadvantages of Benford’s Law are:...

Solved Problems on Benford’s Law

Q1. Calculate the probability of the occurrence of 2 as the leading digit using Benford’s law...

FAQs on Benford’s Law

What is Benford’s Law?...