hard Set 20 Form Exercise

Math Maze: Start at 9. Follow the path: -7 → +8 → +5 → +6 → -20. What is the final value?

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 111

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