hard Set 82 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 64

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