hard Set 47 Form Exercise

? → [×2 + 3] → 5

Show answer

Answer: 1

SubType
find-input
Rule
×2 + 3
Input
1
Output
5
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 → [?] → 15, what is the rule?

Show answer

Answer: +5

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

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

Show answer

Answer: +2

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

? → [×2] → 6

Show answer

Answer: 3

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

Input: 2 → [+10] → ?

Show answer

Answer: 12

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 17

SubType
find-output
Rule
×2 + 1
Input
8
Output
17
Difficulty
hard