hard Set 30 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 1

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"+","operand":5,"result":6}
  • {"op":"-","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: +5 = 6; Step 2: -2 = 4; Step 3: -3 = 1; Step 4: ×3 = 3; Step 5: -2 = 1

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

Show answer

Answer: 364

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 57

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