hard Set 58 Form Exercise

Input: 4 → [-1] → ?

Show answer

Answer: 3

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

Input: 7 → [+2] → ?

Show answer

Answer: 9

SubType
find-output
Rule
+2
Input
7
Output
9
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: 7 → [-1] → ?

Show answer

Answer: 6

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

? → [-1] → 4

Show answer

Answer: 5

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

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

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
7
Output
14
Difficulty
hard

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

Show answer

Answer: ×2 + 3

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

? → [-1] → 2

Show answer

Answer: 3

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