hard Set 96 Form Exercise

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

Show answer

Answer: 20

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

Input: 2 → [+10] → ?

Show answer

Answer: 12

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: +2

SubType
find-rule
Rule
+2
Input
7
Output
9
Difficulty
hard

? → [-3] → 5

Show answer

Answer: 8

SubType
find-input
Rule
-3
Input
8
Output
5
Difficulty
hard

? → [×2] → 18

Show answer

Answer: 9

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

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

Show answer

Answer: +10

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

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

Show answer

Answer: 21

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