hard Set 23 Form Exercise

Input: 6 → [?] → 3, what is the rule?

Show answer

Answer: -3

SubType
find-rule
Rule
-3
Input
6
Output
3
Difficulty
hard

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

Show answer

Answer: 4

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

? → [×3 - 2] → 19

Show answer

Answer: 7

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

Input: 8 → [×2 + 3] → ?

Show answer

Answer: 19

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

? → [+4 ×2] → 20

Show answer

Answer: 6

SubType
find-input
Rule
+4 ×2
Input
6
Output
20
Difficulty
hard

Input: 2 → [×2] → ?

Show answer

Answer: 4

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

Input: 9 → [?] → 26, what is the rule?

Show answer

Answer: +4 ×2

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

Input: 3 → [?] → 5, what is the rule?

Show answer

Answer: +2

SubType
find-rule
Rule
+2
Input
3
Output
5
Difficulty
hard