medium Set 34 Form Exercise

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

Show answer

Answer: 114

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"-","operand":34,"result":38}
  • {"op":"\u00d7","operand":3,"result":114}
FinalValue
114
PathDescription
Step 1: ×3 = 24; Step 2: ×3 = 72; Step 3: -34 = 38; Step 4: ×3 = 114

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"-","operand":1,"result":19}
  • {"op":"\u00d7","operand":3,"result":57}
  • {"op":"-","operand":49,"result":8}
FinalValue
8
PathDescription
Step 1: ×2 = 20; Step 2: -1 = 19; Step 3: ×3 = 57; Step 4: -49 = 8

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

Show answer

Answer: 7

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -1

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