medium Set 32 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 94

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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