easy Set 11 Form Exercise

Input: 2 → [×5] → ?

Show answer

Answer: 10

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

? → [×5] → 10

Show answer

Answer: 2

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

Input: 6 → [+10] → ?

Show answer

Answer: 16

SubType
find-output
Rule
+10
Input
6
Output
16
Difficulty
easy

? → [+5] → 10

Show answer

Answer: 5

SubType
find-input
Rule
+5
Input
5
Output
10
Difficulty
easy

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

Show answer

Answer: +2

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

Input: 4 → [-3] → ?

Show answer

Answer: 1

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

? → [-3] → 1

Show answer

Answer: 4

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