hard Set 31 Form Exercise

Input: 10 → [-3] → ?

Show answer

Answer: 7

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

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

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
10
Output
20
Difficulty
hard

Input: 7 → [×5] → ?

Show answer

Answer: 35

SubType
find-output
Rule
×5
Input
7
Output
35
Difficulty
hard

Input: 4 → [×5] → ?

Show answer

Answer: 20

SubType
find-output
Rule
×5
Input
4
Output
20
Difficulty
hard

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

Show answer

Answer: 24

SubType
find-output
Rule
+4 ×2
Input
8
Output
24
Difficulty
hard

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

Show answer

Answer: ×2 + 3

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

? → [×2 + 3] → 15

Show answer

Answer: 6

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

? → [×3] → 18

Show answer

Answer: 6

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