medium Set 72 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 88

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