hard Set 28 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 17

SubType
find-output
Rule
×2 + 3
Input
7
Output
17
Difficulty
hard

? → [+5] → 6

Show answer

Answer: 1

SubType
find-input
Rule
+5
Input
1
Output
6
Difficulty
hard

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

Show answer

Answer: -3

SubType
find-rule
Rule
-3
Input
9
Output
6
Difficulty
hard

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

Show answer

Answer: ×2 + 3

SubType
find-rule
Rule
×2 + 3
Input
8
Output
19
Difficulty
hard

Input: 7 → [+10] → ?

Show answer

Answer: 17

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

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

Show answer

Answer: -1

SubType
find-rule
Rule
-1
Input
7
Output
6
Difficulty
hard