medium Set 58 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 264

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 78

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