medium Set 93 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 179

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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