hard Set 78 Form Exercise

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

Show answer

Answer: 168

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 4

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