medium Set 63 Form Exercise

Input: 6 → [+10] → ?

Show answer

Answer: 16

SubType
find-output
Rule
+10
Input
6
Output
16
Difficulty
medium

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

Show answer

Answer: +5

SubType
find-rule
Rule
+5
Input
1
Output
6
Difficulty
medium

Input: 5 → [+2] → ?

Show answer

Answer: 7

SubType
find-output
Rule
+2
Input
5
Output
7
Difficulty
medium

Input: 5 → [×2 + 1] → ?

Show answer

Answer: 11

SubType
find-output
Rule
×2 + 1
Input
5
Output
11
Difficulty
medium

Input: 9 → [×2 + 1] → ?

Show answer

Answer: 19

SubType
find-output
Rule
×2 + 1
Input
9
Output
19
Difficulty
medium

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

Show answer

Answer: ×5

SubType
find-rule
Rule
×5
Input
9
Output
45
Difficulty
medium

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

Show answer

Answer: -3

SubType
find-rule
Rule
-3
Input
6
Output
3
Difficulty
medium

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

Show answer

Answer: +10

SubType
find-rule
Rule
+10
Input
9
Output
19
Difficulty
medium