hard Set 23 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 129

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 10

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