hard Set 40 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 34

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