medium Set 95 Form Exercise

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

Show answer

Answer: ×3

SubType
find-rule
Rule
×3
Input
8
Output
24
Difficulty
medium

? → [×3 - 2] → 4

Show answer

Answer: 2

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

Input: 8 → [+2] → ?

Show answer

Answer: 10

SubType
find-output
Rule
+2
Input
8
Output
10
Difficulty
medium

Input: 3 → [+5] → ?

Show answer

Answer: 8

SubType
find-output
Rule
+5
Input
3
Output
8
Difficulty
medium

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

Show answer

Answer: +10

SubType
find-rule
Rule
+10
Input
3
Output
13
Difficulty
medium

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

Show answer

Answer: 17

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

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

Show answer

Answer: +10

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

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

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
4
Output
9
Difficulty
medium