hard Set 23 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 3

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