hard Set 98 Form Exercise

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

Show answer

Answer: 7

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

? → [×2 + 1] → 21

Show answer

Answer: 10

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

? → [×2] → 10

Show answer

Answer: 5

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

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

Show answer

Answer: ×2 + 1

SubType
find-rule
Rule
×2 + 1
Input
8
Output
17
Difficulty
hard

? → [+2] → 10

Show answer

Answer: 8

SubType
find-input
Rule
+2
Input
8
Output
10
Difficulty
hard

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

Show answer

Answer: 10

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

Input: 5 → [×5] → ?

Show answer

Answer: 25

SubType
find-output
Rule
×5
Input
5
Output
25
Difficulty
hard

? → [-1] → 1

Show answer

Answer: 2

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