hard Set 53 Form Exercise

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

Show answer

Answer: ×2

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

Input: 7 → [-1] → ?

Show answer

Answer: 6

SubType
find-output
Rule
-1
Input
7
Output
6
Difficulty
hard

? → [×3] → 6

Show answer

Answer: 2

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

? → [-1] → 2

Show answer

Answer: 3

SubType
find-input
Rule
-1
Input
3
Output
2
Difficulty
hard

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

Show answer

Answer: ×2

SubType
find-rule
Rule
×2
Input
4
Output
8
Difficulty
hard

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

Show answer

Answer: ×3 - 2

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

Input: 3 → [-1] → ?

Show answer

Answer: 2

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

Input: 10 → [×3 - 2] → ?

Show answer

Answer: 28

SubType
find-output
Rule
×3 - 2
Input
10
Output
28
Difficulty
hard