medium Set 58 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 69

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

Math Maze: Start at 6. Follow the path: +9 → -8 → +7 → -11. What is the final value?

Show answer

Answer: 3

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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