easy Set 49 Form Exercise

Input: 1 → [×5] → ?

Show answer

Answer: 5

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

Input: 5 → [×5] → ?

Show answer

Answer: 25

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

? → [+2] → 3

Show answer

Answer: 1

SubType
find-input
Rule
+2
Input
1
Output
3
Difficulty
normal

? → [+10] → 13

Show answer

Answer: 3

SubType
find-input
Rule
+10
Input
3
Output
13
Difficulty
normal

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

Show answer

Answer: +10

SubType
find-rule
Rule
+10
Input
8
Output
18
Difficulty
normal

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

Show answer

Answer: +10

SubType
find-rule
Rule
+10
Input
9
Output
19
Difficulty
normal

? → [+2] → 7

Show answer

Answer: 5

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

? → [-1] → 1

Show answer

Answer: 2

SubType
find-input
Rule
-1
Input
2
Output
1
Difficulty
normal