hard Set 70 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 113

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 10

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