easy Set 79 Form Exercise

Input: 1 → [+10] → ?

Show answer

Answer: 11

SubType
find-output
Rule
+10
Input
1
Output
11
Difficulty
easy

Input: 7 → [×2] → ?

Show answer

Answer: 14

SubType
find-output
Rule
×2
Input
7
Output
14
Difficulty
easy

? → [×3] → 9

Show answer

Answer: 3

SubType
find-input
Rule
×3
Input
3
Output
9
Difficulty
easy

? → [+5] → 6

Show answer

Answer: 1

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

Input: 2 → [+2] → ?

Show answer

Answer: 4

SubType
find-output
Rule
+2
Input
2
Output
4
Difficulty
easy

Input: 4 → [+2] → ?

Show answer

Answer: 6

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

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

Show answer

Answer: +5

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

? → [×2] → 4

Show answer

Answer: 2

SubType
find-input
Rule
×2
Input
2
Output
4
Difficulty
easy