easy Set 69 Form Exercise

Input: 5 → [×5] → ?

Show answer

Answer: 25

SubType
find-output
Rule
×5
Input
5
Output
25
Difficulty
easy

? → [+10] → 18

Show answer

Answer: 8

SubType
find-input
Rule
+10
Input
8
Output
18
Difficulty
easy

Input: 10 → [+5] → ?

Show answer

Answer: 15

SubType
find-output
Rule
+5
Input
10
Output
15
Difficulty
easy

? → [-3] → 6

Show answer

Answer: 9

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

Input: 3 → [+5] → ?

Show answer

Answer: 8

SubType
find-output
Rule
+5
Input
3
Output
8
Difficulty
easy

Input: 10 → [?] → 20, what is the rule?

Show answer

Answer: +10

SubType
find-rule
Rule
+10
Input
10
Output
20
Difficulty
easy

Input: 1 → [×5] → ?

Show answer

Answer: 5

SubType
find-output
Rule
×5
Input
1
Output
5
Difficulty
easy

? → [×2] → 6

Show answer

Answer: 3

SubType
find-input
Rule
×2
Input
3
Output
6
Difficulty
easy