medium Set 97 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 54

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