hard Set 14 Form Exercise

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

Show answer

Answer: ×2

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

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

Show answer

Answer: +2

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

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

Show answer

Answer: -1

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

? → [+4 ×2] → 20

Show answer

Answer: 6

SubType
find-input
Rule
+4 ×2
Input
6
Output
20
Difficulty
hard

? → [+2] → 7

Show answer

Answer: 5

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 15

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