easy Set 56 Form Exercise

? → [×5] → 5

Show answer

Answer: 1

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

? → [×5] → 15

Show answer

Answer: 3

SubType
find-input
Rule
×5
Input
3
Output
15
Difficulty
easy

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

Show answer

Answer: +10

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

? → [+10] → 14

Show answer

Answer: 4

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

Input: 5 → [×3] → ?

Show answer

Answer: 15

SubType
find-output
Rule
×3
Input
5
Output
15
Difficulty
easy

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

Show answer

Answer: ×3

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

Input: 4 → [+10] → ?

Show answer

Answer: 14

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

Input: 6 → [×2] → ?

Show answer

Answer: 12

SubType
find-output
Rule
×2
Input
6
Output
12
Difficulty
easy