medium Set 58 Form Exercise

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

Show answer

Answer: 94

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 387

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

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

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

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

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

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

Show answer

Answer: 71

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

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

Show answer

Answer: 280

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

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

Show answer

Answer: 19

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