hard Set 95 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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