hard Set 36 Form Exercise

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

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

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

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

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

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

Show answer

Answer: -8

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":1,"result":-2}
  • {"op":"\u00d7","operand":4,"result":-8}
FinalValue
-8
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: -1 = -1; Step 4: -1 = -2; Step 5: ×4 = -8

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

Show answer

Answer: 3

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

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

Show answer

Answer: 21

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