easy Set 77 Form Exercise

Input: 5 → [+5] → ?

Show answer

Answer: 10

SubType
find-output
Rule
+5
Input
5
Output
10
Difficulty
normal

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

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
9
Output
14
Difficulty
normal

Input: 4 → [-1] → ?

Show answer

Answer: 3

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

Input: 3 → [-1] → ?

Show answer

Answer: 2

SubType
find-output
Rule
-1
Input
3
Output
2
Difficulty
normal

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

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
5
Output
10
Difficulty
normal

Input: 8 → [-1] → ?

Show answer

Answer: 7

SubType
find-output
Rule
-1
Input
8
Output
7
Difficulty
normal

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

Show answer

Answer: ×3

SubType
find-rule
Rule
×3
Input
8
Output
24
Difficulty
normal

? → [+2] → 4

Show answer

Answer: 2

SubType
find-input
Rule
+2
Input
2
Output
4
Difficulty
normal