hard Set 15 Form Exercise

? → [×2 + 1] → 21

Show answer

Answer: 10

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

? → [×3] → 6

Show answer

Answer: 2

SubType
find-input
Rule
×3
Input
2
Output
6
Difficulty
hard

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

Show answer

Answer: 21

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

Input: 10 → [?] → 15, what is the rule?

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
10
Output
15
Difficulty
hard

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

Show answer

Answer: -1

SubType
find-rule
Rule
-1
Input
10
Output
9
Difficulty
hard

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

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
4
Output
9
Difficulty
hard

Input: 6 → [+2] → ?

Show answer

Answer: 8

SubType
find-output
Rule
+2
Input
6
Output
8
Difficulty
hard

Input: 4 → [-1] → ?

Show answer

Answer: 3

SubType
find-output
Rule
-1
Input
4
Output
3
Difficulty
hard