hard Set 51 Form Exercise

Input: 8 → [?] → 19, what is the rule?

Show answer

Answer: ×2 + 3

SubType
find-rule
Rule
×2 + 3
Input
8
Output
19
Difficulty
hard

? → [×2] → 6

Show answer

Answer: 3

SubType
find-input
Rule
×2
Input
3
Output
6
Difficulty
hard

? → [+2] → 7

Show answer

Answer: 5

SubType
find-input
Rule
+2
Input
5
Output
7
Difficulty
hard

? → [+10] → 12

Show answer

Answer: 2

SubType
find-input
Rule
+10
Input
2
Output
12
Difficulty
hard

? → [-3] → 4

Show answer

Answer: 7

SubType
find-input
Rule
-3
Input
7
Output
4
Difficulty
hard

? → [×3] → 21

Show answer

Answer: 7

SubType
find-input
Rule
×3
Input
7
Output
21
Difficulty
hard

Input: 2 → [×3] → ?

Show answer

Answer: 6

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

? → [+10] → 14

Show answer

Answer: 4

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