hard Set 29 Form Exercise

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

Show answer

Answer: 13

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

? → [×3 - 2] → 10

Show answer

Answer: 4

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

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

Show answer

Answer: ×5

SubType
find-rule
Rule
×5
Input
3
Output
15
Difficulty
hard

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

Show answer

Answer: 9

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

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

Show answer

Answer: ×2

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

? → [×2 + 3] → 19

Show answer

Answer: 8

SubType
find-input
Rule
×2 + 3
Input
8
Output
19
Difficulty
hard

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

Show answer

Answer: +4 ×2

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

? → [-3] → 1

Show answer

Answer: 4

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