hard Set 14 Form Exercise

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

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 13

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