There is a mathematical puzzle I saw this morning that I am having trouble with.
Seemed easy initially but couldn't crack the code. Can anybody please help work out the answer for the below?
Given the following pattern, find out 1) What is the mathematical formula used to derive the number of the right from the number on the left? 2) What number can be derived from 100 when applying the same formula?
2 => -1
3 => -2
6 => 3
8 => 3
14 => 6
16 => 9
20 => 14
22 => 13
37 => 26
40 => 35
48 => 38
50 => 45
51 => 43
56 => 48
58 => 48
60 => 55
61 => 53
91 => 82
100 => ?
101 => 88
It appears that the last digit of each number corresponds to what the next step is.
For example, we have $6$ and $8$ have a difference of $0$, and $56$ and $58$ have a difference of $0$. Similarly, $50$ to $51$ has the same difference as $60$ to $61$, which is $-2$. So, if $101$ is $88$, it must be that $100$ is $90$.
For fun, I gathered a few relations:
$0$ to $1$ is $-2$ ; $2$ to $3$ is $-2$ ; $6$ to $7$ is $-2$ ; $7$ to $8$ is $2$
– Bonnaduck Aug 26 '16 at 04:25