hard Set 11 Form Exercise

Number Chain: 5 → x5 → x4 → +8 → x5 → x5 → ?

Show answer

Answer: 2700

SubType
number-chain
Start
5
Steps
  • {"op":"x","operand":5}
  • {"op":"x","operand":4}
  • {"op":"+","operand":8}
  • {"op":"x","operand":5}
  • {"op":"x","operand":5}
Difficulty
hard

Number Chain: 1 → x2 → x2 → x2 → -2 → +7 → ?

Show answer

Answer: 13

SubType
number-chain
Start
1
Steps
  • {"op":"x","operand":2}
  • {"op":"x","operand":2}
  • {"op":"x","operand":2}
  • {"op":"-","operand":2}
  • {"op":"+","operand":7}
Difficulty
hard

Number Chain: 12 → x3 → x5 → +11 → -154 → +12 → ?

Show answer

Answer: 49

SubType
number-chain
Start
12
Steps
  • {"op":"x","operand":3}
  • {"op":"x","operand":5}
  • {"op":"+","operand":11}
  • {"op":"-","operand":154}
  • {"op":"+","operand":12}
Difficulty
hard

Number Chain: 4 → x2 → -7 → x2 → -1 → x5 → ?

Show answer

Answer: 5

SubType
number-chain
Start
4
Steps
  • {"op":"x","operand":2}
  • {"op":"-","operand":7}
  • {"op":"x","operand":2}
  • {"op":"-","operand":1}
  • {"op":"x","operand":5}
Difficulty
hard

Number Chain: 1 → x3 → x4 → +6 → -16 → +12 → ?

Show answer

Answer: 14

SubType
number-chain
Start
1
Steps
  • {"op":"x","operand":3}
  • {"op":"x","operand":4}
  • {"op":"+","operand":6}
  • {"op":"-","operand":16}
  • {"op":"+","operand":12}
Difficulty
hard

Number Chain: 6 → -2 → x5 → +9 → x2 → x4 → ?

Show answer

Answer: 232

SubType
number-chain
Start
6
Steps
  • {"op":"-","operand":2}
  • {"op":"x","operand":5}
  • {"op":"+","operand":9}
  • {"op":"x","operand":2}
  • {"op":"x","operand":4}
Difficulty
hard

Number Chain: 5 → +9 → +3 → x5 → -29 → -14 → ?

Show answer

Answer: 42

SubType
number-chain
Start
5
Steps
  • {"op":"+","operand":9}
  • {"op":"+","operand":3}
  • {"op":"x","operand":5}
  • {"op":"-","operand":29}
  • {"op":"-","operand":14}
Difficulty
hard

Number Chain: 9 → x2 → x2 → x2 → x4 → +3 → ?

Show answer

Answer: 291

SubType
number-chain
Start
9
Steps
  • {"op":"x","operand":2}
  • {"op":"x","operand":2}
  • {"op":"x","operand":2}
  • {"op":"x","operand":4}
  • {"op":"+","operand":3}
Difficulty
hard