hard Set 86 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 70

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 42

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