hard Set 50 Form Exercise

Input: 1 → [?] → 2, what is the rule?

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
1
Output
2
Difficulty
hard

? → [-1] → 6

Show answer

Answer: 7

SubType
find-input
Rule
-1
Input
7
Output
6
Difficulty
hard

? → [×2 + 1] → 19

Show answer

Answer: 9

SubType
find-input
Rule
×2 + 1
Input
9
Output
19
Difficulty
hard

? → [+10] → 14

Show answer

Answer: 4

SubType
find-input
Rule
+10
Input
4
Output
14
Difficulty
hard

? → [-1] → 9

Show answer

Answer: 10

SubType
find-input
Rule
-1
Input
10
Output
9
Difficulty
hard

Input: 4 → [×3 - 2] → ?

Show answer

Answer: 10

SubType
find-output
Rule
×3 - 2
Input
4
Output
10
Difficulty
hard

? → [×3] → 3

Show answer

Answer: 1

SubType
find-input
Rule
×3
Input
1
Output
3
Difficulty
hard

? → [+4 ×2] → 26

Show answer

Answer: 9

SubType
find-input
Rule
+4 ×2
Input
9
Output
26
Difficulty
hard