229k views
0 votes
Benford’s law states that the probability that a number in a set has a given leading digit, d, is

P(d) = log(d + 1) - log(d).

State which property you would use to rewrite the expression as a single logarithm, and rewrite the logarithm. What is the probability that the number 1 is the leading digit? Explain.

User Chibole
by
5.3k points

2 Answers

4 votes

Answer:

Use the quotient property to rewrite the expression. Write the difference of logs as the quotient log((d+1)/d). Substitute 1 for d to get log(2). Since log(2) = 0.30, the probability that the number 1 is the leading digit is about 30%.

Explanation:

got in right on edge 2020

User Nickey
by
5.9k points
5 votes

Answer:

Benford’s law states that the probability that a number in a set has a given leading digit, d, is

P(d) = log(d + 1) - log(d)

The division property of logarithm should be use to make it as a single logarithm

P(d) = log ( (d + 1)/ d)

So the probability that the number 1 is the leading digit is

P(1) = log ( ( 1+1)/ 1)

P(1) = log ( 2)

P(1) = 0.301

Explanation:

User Martin McCallion
by
5.6k points