hard Set 62 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":8,"result":17}
  • {"op":"-","operand":3,"result":14}
  • {"op":"+","operand":1,"result":15}
  • {"op":"-","operand":1,"result":14}
  • {"op":"-","operand":2,"result":12}
FinalValue
12
PathDescription
Step 1: +8 = 17; Step 2: -3 = 14; Step 3: +1 = 15; Step 4: -1 = 14; Step 5: -2 = 12

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 336

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

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

Show answer

Answer: 39

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

Math Maze: Start at 6. Follow the path: -4 → +9 → +4 → +6 → -20. What is the final value?

Show answer

Answer: 1

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"-","operand":4,"result":2}
  • {"op":"+","operand":9,"result":11}
  • {"op":"+","operand":4,"result":15}
  • {"op":"+","operand":6,"result":21}
  • {"op":"-","operand":20,"result":1}
FinalValue
1
PathDescription
Step 1: -4 = 2; Step 2: +9 = 11; Step 3: +4 = 15; Step 4: +6 = 21; Step 5: -20 = 1