hard Set 99 Form Exercise

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

Show answer

Answer: 13

SubType
find-output
Rule
×2 + 1
Input
6
Output
13
Difficulty
hard

? → [-1] → 7

Show answer

Answer: 8

SubType
find-input
Rule
-1
Input
8
Output
7
Difficulty
hard

Input: 1 → [×2] → ?

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

? → [×2] → 16

Show answer

Answer: 8

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

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

Show answer

Answer: +4 ×2

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

? → [×5] → 5

Show answer

Answer: 1

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

Input: 5 → [+2] → ?

Show answer

Answer: 7

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