hard Set 62 Form Exercise

? → [×5] → 5

Show answer

Answer: 1

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

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

Show answer

Answer: ×3

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

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

Show answer

Answer: -1

SubType
find-rule
Rule
-1
Input
2
Output
1
Difficulty
hard

Input: 4 → [×2 + 3] → ?

Show answer

Answer: 11

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

Input: 7 → [×3] → ?

Show answer

Answer: 21

SubType
find-output
Rule
×3
Input
7
Output
21
Difficulty
hard

Input: 7 → [?] → 12, what is the rule?

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
7
Output
12
Difficulty
hard

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

Show answer

Answer: -1

SubType
find-rule
Rule
-1
Input
8
Output
7
Difficulty
hard

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

Show answer

Answer: +4 ×2

SubType
find-rule
Rule
+4 ×2
Input
5
Output
18
Difficulty
hard