medium Set 20 Form Exercise

Input: 7 → [+5] → ?

Show answer

Answer: 12

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

Input: 1 → [×3 - 2] → ?

Show answer

Answer: 1

SubType
find-output
Rule
×3 - 2
Input
1
Output
1
Difficulty
medium

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

Show answer

Answer: 5

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
8
Output
16
Difficulty
medium

Input: 7 → [+10] → ?

Show answer

Answer: 17

SubType
find-output
Rule
+10
Input
7
Output
17
Difficulty
medium

? → [×2 + 3] → 17

Show answer

Answer: 7

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

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

Show answer

Answer: +10

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