hard Set 87 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 28

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

Input: 6 → [+10] → ?

Show answer

Answer: 16

SubType
find-output
Rule
+10
Input
6
Output
16
Difficulty
hard

Input: 2 → [+2] → ?

Show answer

Answer: 4

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

? → [×2] → 16

Show answer

Answer: 8

SubType
find-input
Rule
×2
Input
8
Output
16
Difficulty
hard

? → [×3] → 15

Show answer

Answer: 5

SubType
find-input
Rule
×3
Input
5
Output
15
Difficulty
hard

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

Show answer

Answer: ×2 + 1

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

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

Show answer

Answer: +10

SubType
find-rule
Rule
+10
Input
6
Output
16
Difficulty
hard