hard Set 95 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: ×3

SubType
find-rule
Rule
×3
Input
1
Output
3
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

Input: 10 → [-1] → ?

Show answer

Answer: 9

SubType
find-output
Rule
-1
Input
10
Output
9
Difficulty
hard

Input: 6 → [+10] → ?

Show answer

Answer: 16

SubType
find-output
Rule
+10
Input
6
Output
16
Difficulty
hard

Input: 5 → [-1] → ?

Show answer

Answer: 4

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

Input: 8 → [-1] → ?

Show answer

Answer: 7

SubType
find-output
Rule
-1
Input
8
Output
7
Difficulty
hard

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

Show answer

Answer: +4 ×2

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