hard Set 60 Form Exercise

? → [+4 ×2] → 12

Show answer

Answer: 2

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

? → [×2] → 2

Show answer

Answer: 1

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

Input: 5 → [×2] → ?

Show answer

Answer: 10

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

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

Show answer

Answer: ×2

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

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

Show answer

Answer: -1

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

? → [×2 + 1] → 21

Show answer

Answer: 10

SubType
find-input
Rule
×2 + 1
Input
10
Output
21
Difficulty
hard

Input: 2 → [+5] → ?

Show answer

Answer: 7

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

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

Show answer

Answer: 21

SubType
find-output
Rule
×2 + 3
Input
9
Output
21
Difficulty
hard