hard Set 13 Form Exercise

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

Show answer

Answer: 320

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 188

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 21

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