ChatterBank1 min ago
Number Theory
If you take a set of random numbers N and using only the final digits find the total number of 1s, 2s,3s, 9s. Then the percentage of 1s is always greater than the percentage of 2s etc. etc., and these precentages are always the same. Does anyone know what this theory/hypothesis is called?
Thanks mjd
Thanks mjd
Answers
Best Answer
No best answer has yet been selected by mjd. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Hi, Thanks for your trouble but I may have misled you by being inaccurate. I think that if you take a set of random numbers then each digit (1 - 0) has the same chance of being the final one. As your results tend to show. What I was trying to say, but badly, was that if you use real data then the final digits do show this characteristic
say 20% 1s, 15% 2s, 12% 3s, 10% 4s, 9% 5s etc.
And I think that this fact is actually used by accountants when checking say, expenses.
say 20% 1s, 15% 2s, 12% 3s, 10% 4s, 9% 5s etc.
And I think that this fact is actually used by accountants when checking say, expenses.
An American physicist called Benford did a study of several thousand sets of numbers in economics and other fields. He discovered what is now known as Benford's Law. This states that approximately 30% of all random numbers will begin with a 1; 18% with a 2; 12.5% with a 3; and so on. The proportion of numbers is given by log (1 + 1/n) (where the logarithm is to the base 10). So, for example, the proportion of numbers beginning with a 9 will be log (1 + 1/9) which is approximately 0.046 (i.e. 4.6%).
Benford's Law is apparently used by accountants to detect fraud. When people make up numbers they tend to arrange it so that the numbers 1,2,...9 appear with roughly equal frequencies at the beginning of the numbers.
Benford's Law is apparently used by accountants to detect fraud. When people make up numbers they tend to arrange it so that the numbers 1,2,...9 appear with roughly equal frequencies at the beginning of the numbers.
Well I think probably that it should, see http://en.wikipedia.org/wiki/Benford's_law,
Seems to apply to share prices, population addresses etc.
Seems to apply to share prices, population addresses etc.