hard Set 84 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 173

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

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

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: -6

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 76

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