hard Set 25 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 57

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