The goal of the game is to arrange the three numbers in horizontal line in such a way so that when the sum of the second and third numbers is divided by the first one, the result is equal to the control number. For example: The control number is 5, the numbers 2, 6 and 4 are arranged next to each other ? the result is 5, because 6 + 4 = 10, 10 : 2 = 5
The points scored for every three correct arrangements are equal to the sum of the numbers, multiplied by the level. For example: the three numbers are 2, 6 and 4, the level is 3 ? the points scored are (2 + 6 + 4) * 3 = 36.
It seems easy, doesn?t it? Try reaching level 9 then!