easy Set 94 Form Exercise

Input: 5 → [×2] → ?

Show answer

Answer: 10

SubType
find-output
Rule
×2
Input
5
Output
10
Difficulty
easy

Input: 10 → [+2] → ?

Show answer

Answer: 12

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

Input: 7 → [-1] → ?

Show answer

Answer: 6

SubType
find-output
Rule
-1
Input
7
Output
6
Difficulty
easy

? → [-3] → 1

Show answer

Answer: 4

SubType
find-input
Rule
-3
Input
4
Output
1
Difficulty
easy

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

Show answer

Answer: +10

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

Input: 9 → [-3] → ?

Show answer

Answer: 6

SubType
find-output
Rule
-3
Input
9
Output
6
Difficulty
easy

Input: 6 → [+5] → ?

Show answer

Answer: 11

SubType
find-output
Rule
+5
Input
6
Output
11
Difficulty
easy

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

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
9
Output
18
Difficulty
easy