medium Set 85 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 146

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 206

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