medium Set 72 Form Exercise

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

Show answer

Answer: ×2 + 3

SubType
find-rule
Rule
×2 + 3
Input
9
Output
21
Difficulty
medium

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

Show answer

Answer: +4 ×2

SubType
find-rule
Rule
+4 ×2
Input
2
Output
12
Difficulty
medium

Input: 5 → [×2 + 3] → ?

Show answer

Answer: 13

SubType
find-output
Rule
×2 + 3
Input
5
Output
13
Difficulty
medium

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

Show answer

Answer: +4 ×2

SubType
find-rule
Rule
+4 ×2
Input
1
Output
10
Difficulty
medium

Input: 5 → [+2] → ?

Show answer

Answer: 7

SubType
find-output
Rule
+2
Input
5
Output
7
Difficulty
medium

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

Show answer

Answer: ×3 - 2

SubType
find-rule
Rule
×3 - 2
Input
7
Output
19
Difficulty
medium

? → [×3] → 12

Show answer

Answer: 4

SubType
find-input
Rule
×3
Input
4
Output
12
Difficulty
medium

? → [×5] → 5

Show answer

Answer: 1

SubType
find-input
Rule
×5
Input
1
Output
5
Difficulty
medium