hard Set 37 Form Exercise

Math Maze: Start at 4. Follow the path: +2 → ×3 → -16 → ×3 → +7. What is the final value?

Show answer

Answer: 13

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"+","operand":2,"result":6}
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"-","operand":16,"result":2}
  • {"op":"\u00d7","operand":3,"result":6}
  • {"op":"+","operand":7,"result":13}
FinalValue
13
PathDescription
Step 1: +2 = 6; Step 2: ×3 = 18; Step 3: -16 = 2; Step 4: ×3 = 6; Step 5: +7 = 13

Math Maze: Start at 5. Follow the path: +2 → ×2 → -6 → ×2 → -4. What is the final value?

Show answer

Answer: 12

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":2,"result":7}
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"-","operand":6,"result":8}
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"-","operand":4,"result":12}
FinalValue
12
PathDescription
Step 1: +2 = 7; Step 2: ×2 = 14; Step 3: -6 = 8; Step 4: ×2 = 16; Step 5: -4 = 12

Math Maze: Start at 5. Follow the path: ×4 → +1 → +1 → -3 → -2. What is the final value?

Show answer

Answer: 17

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"+","operand":1,"result":21}
  • {"op":"+","operand":1,"result":22}
  • {"op":"-","operand":3,"result":19}
  • {"op":"-","operand":2,"result":17}
FinalValue
17
PathDescription
Step 1: ×4 = 20; Step 2: +1 = 21; Step 3: +1 = 22; Step 4: -3 = 19; Step 5: -2 = 17

Math Maze: Start at 8. Follow the path: -1 → -1 → ×4 → +9 → ×3. What is the final value?

Show answer

Answer: 99

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"-","operand":1,"result":7}
  • {"op":"-","operand":1,"result":6}
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"+","operand":9,"result":33}
  • {"op":"\u00d7","operand":3,"result":99}
FinalValue
99
PathDescription
Step 1: -1 = 7; Step 2: -1 = 6; Step 3: ×4 = 24; Step 4: +9 = 33; Step 5: ×3 = 99

Math Maze: Start at 10. Follow the path: ×2 → +10 → ×4 → -112 → +6. What is the final value?

Show answer

Answer: 14

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"+","operand":10,"result":30}
  • {"op":"\u00d7","operand":4,"result":120}
  • {"op":"-","operand":112,"result":8}
  • {"op":"+","operand":6,"result":14}
FinalValue
14
PathDescription
Step 1: ×2 = 20; Step 2: +10 = 30; Step 3: ×4 = 120; Step 4: -112 = 8; Step 5: +6 = 14

Math Maze: Start at 4. Follow the path: +4 → ×2 → ×4 → -17 → ×4. What is the final value?

Show answer

Answer: 188

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"+","operand":4,"result":8}
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"\u00d7","operand":4,"result":64}
  • {"op":"-","operand":17,"result":47}
  • {"op":"\u00d7","operand":4,"result":188}
FinalValue
188
PathDescription
Step 1: +4 = 8; Step 2: ×2 = 16; Step 3: ×4 = 64; Step 4: -17 = 47; Step 5: ×4 = 188

Math Maze: Start at 8. Follow the path: ×3 → ×4 → +3 → +6 → -1. What is the final value?

Show answer

Answer: 104

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
  • {"op":"+","operand":3,"result":99}
  • {"op":"+","operand":6,"result":105}
  • {"op":"-","operand":1,"result":104}
FinalValue
104
PathDescription
Step 1: ×3 = 24; Step 2: ×4 = 96; Step 3: +3 = 99; Step 4: +6 = 105; Step 5: -1 = 104

Math Maze: Start at 5. Follow the path: +3 → ×4 → -7 → -5 → -9. What is the final value?

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":3,"result":8}
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":7,"result":25}
  • {"op":"-","operand":5,"result":20}
  • {"op":"-","operand":9,"result":11}
FinalValue
11
PathDescription
Step 1: +3 = 8; Step 2: ×4 = 32; Step 3: -7 = 25; Step 4: -5 = 20; Step 5: -9 = 11