hard Set 43 Form Exercise

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

Show answer

Answer: ×3

SubType
find-rule
Rule
×3
Input
3
Output
9
Difficulty
hard

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

Show answer

Answer: ×5

SubType
find-rule
Rule
×5
Input
3
Output
15
Difficulty
hard

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

Show answer

Answer: 22

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

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

Show answer

Answer: -1

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

? → [×2 + 1] → 19

Show answer

Answer: 9

SubType
find-input
Rule
×2 + 1
Input
9
Output
19
Difficulty
hard

Input: 4 → [+5] → ?

Show answer

Answer: 9

SubType
find-output
Rule
+5
Input
4
Output
9
Difficulty
hard

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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