hard Set 65 Form Exercise

? → [×2 + 3] → 11

Show answer

Answer: 4

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

Input: 2 → [-1] → ?

Show answer

Answer: 1

SubType
find-output
Rule
-1
Input
2
Output
1
Difficulty
hard

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

Show answer

Answer: +2

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

Input: 8 → [+2] → ?

Show answer

Answer: 10

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

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

Show answer

Answer: +2

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

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

Show answer

Answer: +2

SubType
find-rule
Rule
+2
Input
8
Output
10
Difficulty
hard

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

Show answer

Answer: +10

SubType
find-rule
Rule
+10
Input
7
Output
17
Difficulty
hard

Input: 9 → [+10] → ?

Show answer

Answer: 19

SubType
find-output
Rule
+10
Input
9
Output
19
Difficulty
hard