hard Set 81 Form Exercise

Input: 5 → [×2 + 1] → ?

Show answer

Answer: 11

SubType
find-output
Rule
×2 + 1
Input
5
Output
11
Difficulty
hard

? → [-1] → 2

Show answer

Answer: 3

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

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

Show answer

Answer: ×2

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

? → [+10] → 17

Show answer

Answer: 7

SubType
find-input
Rule
+10
Input
7
Output
17
Difficulty
hard

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

Show answer

Answer: ×3

SubType
find-rule
Rule
×3
Input
8
Output
24
Difficulty
hard

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

Show answer

Answer: ×3

SubType
find-rule
Rule
×3
Input
9
Output
27
Difficulty
hard

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

Show answer

Answer: 28

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

? → [+10] → 14

Show answer

Answer: 4

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