hard Set 59 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 48

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

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

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 9

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