medium Set 20 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 80

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

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

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 12

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