hard Set 80 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 127

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 126

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