medium Set 44 Form Exercise

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

Show answer

Answer: ×3

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

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

Show answer

Answer: +5

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

? → [×2 + 3] → 9

Show answer

Answer: 3

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

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

Show answer

Answer: ×3

SubType
find-rule
Rule
×3
Input
9
Output
27
Difficulty
medium

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

Show answer

Answer: 19

SubType
find-output
Rule
×2 + 1
Input
9
Output
19
Difficulty
medium

Input: 6 → [×2] → ?

Show answer

Answer: 12

SubType
find-output
Rule
×2
Input
6
Output
12
Difficulty
medium

? → [+2] → 5

Show answer

Answer: 3

SubType
find-input
Rule
+2
Input
3
Output
5
Difficulty
medium

Input: 4 → [+2] → ?

Show answer

Answer: 6

SubType
find-output
Rule
+2
Input
4
Output
6
Difficulty
medium