medium Set 23 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 24

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