hard Set 79 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 174

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: -12

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

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

Show answer

Answer: 17

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