medium Set 60 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 153

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 13

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