easy Set 35 Form Exercise

Input: 4 → [+10] → ?

Show answer

Answer: 14

SubType
find-output
Rule
+10
Input
4
Output
14
Difficulty
easy

Input: 7 → [+5] → ?

Show answer

Answer: 12

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

? → [+2] → 12

Show answer

Answer: 10

SubType
find-input
Rule
+2
Input
10
Output
12
Difficulty
easy

? → [+5] → 7

Show answer

Answer: 2

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

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

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
8
Output
13
Difficulty
easy

? → [-1] → 5

Show answer

Answer: 6

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

Input: 8 → [+2] → ?

Show answer

Answer: 10

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

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

Show answer

Answer: ×2

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