hard Set 18 Form Exercise

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

Show answer

Answer: +5

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

Input: 10 → [×2] → ?

Show answer

Answer: 20

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

Input: 9 → [-1] → ?

Show answer

Answer: 8

SubType
find-output
Rule
-1
Input
9
Output
8
Difficulty
hard

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

Show answer

Answer: ×2 + 3

SubType
find-rule
Rule
×2 + 3
Input
5
Output
13
Difficulty
hard

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

Show answer

Answer: +2

SubType
find-rule
Rule
+2
Input
7
Output
9
Difficulty
hard

? → [×2] → 12

Show answer

Answer: 6

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

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

Show answer

Answer: +4 ×2

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

? → [+5] → 8

Show answer

Answer: 3

SubType
find-input
Rule
+5
Input
3
Output
8
Difficulty
hard