medium Set 72 Form Exercise

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

Show answer

Answer: -1

SubType
find-rule
Rule
-1
Input
9
Output
8
Difficulty
medium

? → [×2] → 20

Show answer

Answer: 10

SubType
find-input
Rule
×2
Input
10
Output
20
Difficulty
medium

? → [×2 + 1] → 15

Show answer

Answer: 7

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

Input: 3 → [+10] → ?

Show answer

Answer: 13

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

? → [×3] → 12

Show answer

Answer: 4

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

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

Show answer

Answer: ×2

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

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

Show answer

Answer: ×2 + 1

SubType
find-rule
Rule
×2 + 1
Input
7
Output
15
Difficulty
medium

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

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
10
Output
15
Difficulty
medium