Finding patterns in seemingly arbitrary pairs of numbers

487 Views Asked by At

I don't work (directly) in mathematics (I'm a programmer), but I see numbers every day. Today I came across an issue where some totals were off, and was sent a list of the last 9 examples of the issue. Of course I love numbers and patterns, so I was intrigued:

https://i.stack.imgur.com/1tRYM.jpg

I noticed almost immediately that all 9 of the "Correct"/"Incorrect" pairs had the same decimal value in the hundredths place, and decided to quickly calculate the difference of each in an effort to see some sort of pattern and help lead me to an a-ha moment. Well, we determined that the issue wasn't on our end, however the data was way too interesting for me to simply discard! :D

Two Questions (sorry they are unrelated):

  1. Is there an obvious pattern I'm missing here? Obviously, context matters, however this is all of the relevant data I have.

  2. How would one calculate the odds that this is an anomaly? I know "anomaly" has no direct representation in mathematics, so it's probably up for interpretation. Obviously, the odds that 9 pairs of random numbers with two decimal places would match the hundredths position is 1/1,000,000,000, but I don't think it's fair or realistic to say that there's only a one in a billion chance this number set is an anomaly.

1

There are 1 best solutions below

0
On

seem to be powers of $2$ times $1.9. \; 4.9, \; 7.9, \; 10.9, \; 13.9, \ldots$

powers of 2 are expected on a computer, no idea what would cause $3k+ 1.9$ or $3w - 1.1$

no response about the word anomaly.