hard Set 73 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 28

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