hard Set 98 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 17

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

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

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 2

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