hard Set 40 Form Exercise

? → [×5] → 20

Show answer

Answer: 4

SubType
find-input
Rule
×5
Input
4
Output
20
Difficulty
hard

? → [×2 + 1] → 3

Show answer

Answer: 1

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

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

Show answer

Answer: ×2 + 3

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

? → [-1] → 4

Show answer

Answer: 5

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: +2

SubType
find-rule
Rule
+2
Input
4
Output
6
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

? → [×3] → 3

Show answer

Answer: 1

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