hard Set 85 Form Exercise

Input: 6 → [×2] → ?

Show answer

Answer: 12

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

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

Show answer

Answer: -1

SubType
find-rule
Rule
-1
Input
1
Output
0
Difficulty
hard

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

Show answer

Answer: ×2 + 1

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

? → [-1] → 8

Show answer

Answer: 9

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

? → [+2] → 9

Show answer

Answer: 7

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

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

Show answer

Answer: ×2 + 1

SubType
find-rule
Rule
×2 + 1
Input
7
Output
15
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: 6 → [+10] → ?

Show answer

Answer: 16

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