hard Set 95 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 218

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 1

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