medium Set 80 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 4

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