medium Set 27 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 96

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