hard Set 39 Form Exercise

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

Show answer

Answer: +2

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

Input: 7 → [×5] → ?

Show answer

Answer: 35

SubType
find-output
Rule
×5
Input
7
Output
35
Difficulty
hard

? → [-1] → 4

Show answer

Answer: 5

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

? → [×2 + 1] → 15

Show answer

Answer: 7

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

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

Show answer

Answer: ×3

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

Show answer

Answer: 5

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

? → [-3] → 5

Show answer

Answer: 8

SubType
find-input
Rule
-3
Input
8
Output
5
Difficulty
hard