SOLUTION: Benford’s law states that in a very large variety of real-life data sets, the first digit approximately follows a particular distribution with about a 30% chance of a 1, an 18% c

Algebra ->  Probability-and-statistics -> SOLUTION: Benford’s law states that in a very large variety of real-life data sets, the first digit approximately follows a particular distribution with about a 30% chance of a 1, an 18% c      Log On


   



Question 1198958: Benford’s law states that in a very large variety of real-life data sets, the first digit approximately follows a particular distribution with about a 30% chance of a 1, an 18% chance of a 2, and in general


P ( D = j ) = log base 10 of ( j+1/j) , for j element of{ 1,2,3,4,5,6,7,8,9}


where D is the first digit of a randomly chosen element.
Check whether this is a valid Probability mass function (PMF) and why.

Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!











and so on.

We have these base 10 logs for terms j=1 through j=9
log(2)
log(3/2)
log(4/3)
log(5/4)
log(6/5)
log(7/6)
log(8/7)
log(9/8)
log(10/9)

Adding up those logs, and then using the rule
log(A)+log(B) = log(A*B)
will get us this
log( 2*(3/2)*(4/3)*(5/4)*(6/5)*(7/6)*(8/7)*(9/8)*(10/9) )

Each denominator cancels out with the previous numerator.
This means every denominator goes away, and nearly every numerator also goes away.

We'll be left with the single term "10" inside the log.
Then we say log(10) = 1

Therefore, the sum of the probability values is 1, which satisfies one of the requirements for the PMF.

The other requirement is that each P(j) value is between 0 and 1.
0 ≤ log(x) ≤ 1
10^0 ≤ 10^log(x) ≤ 10^1
1 ≤ x ≤ 10
To have P(j) between 0 and 1, it is equivalent to having the argument of the log between 1 and 10.
This applies to each log mentioned, so we have satisfied the second requirement.

-----------------------------

Answer: This is a valid PMF since the P(j) values add to 1, and each P(j) value is between 0 and 1.