hard Set 11 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: ×3

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

Input: 4 → [-1] → ?

Show answer

Answer: 3

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

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

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
9
Output
18
Difficulty
hard

Input: 10 → [×3] → ?

Show answer

Answer: 30

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

? → [+10] → 17

Show answer

Answer: 7

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

? → [×2] → 18

Show answer

Answer: 9

SubType
find-input
Rule
×2
Input
9
Output
18
Difficulty
hard

Input: 10 → [-3] → ?

Show answer

Answer: 7

SubType
find-output
Rule
-3
Input
10
Output
7
Difficulty
hard