hard Set 58 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 40

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"+","operand":4,"result":25}
  • {"op":"+","operand":8,"result":33}
  • {"op":"\u00d7","operand":2,"result":66}
  • {"op":"-","operand":26,"result":40}
FinalValue
40
PathDescription
Step 1: ×3 = 21; Step 2: +4 = 25; Step 3: +8 = 33; Step 4: ×2 = 66; Step 5: -26 = 40

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

Show answer

Answer: 84

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 15

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":7,"result":16}
  • {"op":"+","operand":8,"result":24}
  • {"op":"+","operand":7,"result":31}
  • {"op":"+","operand":6,"result":37}
  • {"op":"-","operand":22,"result":15}
FinalValue
15
PathDescription
Step 1: +7 = 16; Step 2: +8 = 24; Step 3: +7 = 31; Step 4: +6 = 37; Step 5: -22 = 15