hard Set 26 Form Exercise

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

Show answer

Answer: ×3

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

? → [+5] → 6

Show answer

Answer: 1

SubType
find-input
Rule
+5
Input
1
Output
6
Difficulty
hard

Input: 5 → [+5] → ?

Show answer

Answer: 10

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

? → [+10] → 15

Show answer

Answer: 5

SubType
find-input
Rule
+10
Input
5
Output
15
Difficulty
hard

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

Show answer

Answer: +2

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

Input: 9 → [+10] → ?

Show answer

Answer: 19

SubType
find-output
Rule
+10
Input
9
Output
19
Difficulty
hard

Input: 7 → [-3] → ?

Show answer

Answer: 4

SubType
find-output
Rule
-3
Input
7
Output
4
Difficulty
hard

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

Show answer

Answer: 1

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