hard Set 70 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 45

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":9,"result":18}
  • {"op":"+","operand":2,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"-","operand":43,"result":37}
  • {"op":"+","operand":8,"result":45}
FinalValue
45
PathDescription
Step 1: +9 = 18; Step 2: +2 = 20; Step 3: ×4 = 80; Step 4: -43 = 37; Step 5: +8 = 45

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

Show answer

Answer: 10

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

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

Show answer

Answer: 45

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

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

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

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

Show answer

Answer: 32

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