medium Set 98 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 3

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