medium Set 58 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 183

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

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

Show answer

Answer: 190

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 29

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