hard Set 25 Form Exercise

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

Show answer

Answer: 85

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":5,"result":15}
  • {"op":"\u00d7","operand":3,"result":45}
  • {"op":"-","operand":25,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"+","operand":5,"result":85}
FinalValue
85
PathDescription
Step 1: +5 = 15; Step 2: ×3 = 45; Step 3: -25 = 20; Step 4: ×4 = 80; Step 5: +5 = 85

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

Show answer

Answer: 58

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 1

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