hard Set 13 Form Exercise

? → [+10] → 16

Show answer

Answer: 6

SubType
find-input
Rule
+10
Input
6
Output
16
Difficulty
hard

? → [-1] → 4

Show answer

Answer: 5

SubType
find-input
Rule
-1
Input
5
Output
4
Difficulty
hard

Input: 1 → [×2] → ?

Show answer

Answer: 2

SubType
find-output
Rule
×2
Input
1
Output
2
Difficulty
hard

Input: 2 → [+5] → ?

Show answer

Answer: 7

SubType
find-output
Rule
+5
Input
2
Output
7
Difficulty
hard

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

Show answer

Answer: ×5

SubType
find-rule
Rule
×5
Input
6
Output
30
Difficulty
hard

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

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
5
Output
10
Difficulty
hard

Input: 10 → [+2] → ?

Show answer

Answer: 12

SubType
find-output
Rule
+2
Input
10
Output
12
Difficulty
hard

Input: 8 → [+5] → ?

Show answer

Answer: 13

SubType
find-output
Rule
+5
Input
8
Output
13
Difficulty
hard