hard Set 85 Form Exercise

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

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
9
Output
18
Difficulty
hard

? → [×5] → 5

Show answer

Answer: 1

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

? → [+10] → 17

Show answer

Answer: 7

SubType
find-input
Rule
+10
Input
7
Output
17
Difficulty
hard

Input: 1 → [+2] → ?

Show answer

Answer: 3

SubType
find-output
Rule
+2
Input
1
Output
3
Difficulty
hard

? → [×5] → 45

Show answer

Answer: 9

SubType
find-input
Rule
×5
Input
9
Output
45
Difficulty
hard

Input: 2 → [+2] → ?

Show answer

Answer: 4

SubType
find-output
Rule
+2
Input
2
Output
4
Difficulty
hard

Input: 9 → [-3] → ?

Show answer

Answer: 6

SubType
find-output
Rule
-3
Input
9
Output
6
Difficulty
hard

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

Show answer

Answer: ×5

SubType
find-rule
Rule
×5
Input
8
Output
40
Difficulty
hard