How do I decode this?

2 Comments

  1. copper_dragon

    Only focus on the numbers, everything else is useless. You must find the pattern that the numbers go up in. For red it goes up by x-1, 7 to 10 is 3, 10 to 12 is 2, and 12 to 13 is 1. By learning this it’s easy to figure out that the question mark is 03 as 3 to 7 is 4.

    As for the blue it is simpler as it increases by the same amount each time. 80, 84, 88, ?, 96. By looking at the sequence of numbers it is easy to spot that it goes up in 4’s, 96 – 4 = 92.

    With this the code is 0, 3, 9, 2.

Write A Comment