views:

34

answers:

3

Is there any way (or calculator) to determine the relationship between two numbers.

A: 

There may not necessarily be any relationship between the two. One might be a sequence (1, 2, 3, 4) and the other might be random.

Do you have any other information you can share that would indicate there must be a relationship between the two?

Bob Kaufman
Hmm..dob? 20 05 1957
Nimbuz
A: 

Relations to numbers can be anything from hamming distances to custom hash results. Very hard to find out perfectly, you would have to find more numbers.

Ólafur Waage
+1  A: 
  1. From the UID, take the first 2 digits (80) and multiply by 4, then add the 3rd digit (3).
  2. Take digits 3 and 4 (30) and add 6.
  3. Take digits 5 and 6 (98) and subtract 8.
  4. Take last 2 digits (25) subtract 5, then flip the digits and append all numbers.

This could be the decode algorithm, and 99.9999%, It's not, you will never no.

Anyway, I was just showing that the decoding could be anything. Use your imagination.

medopal