hard Set 97 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 33

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":2,"result":60}
  • {"op":"+","operand":7,"result":67}
  • {"op":"\u00d7","operand":4,"result":268}
  • {"op":"-","operand":235,"result":33}
FinalValue
33
PathDescription
Step 1: ×3 = 30; Step 2: ×2 = 60; Step 3: +7 = 67; Step 4: ×4 = 268; Step 5: -235 = 33

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 137

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

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

Show answer

Answer: -5

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

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

Show answer

Answer: 192

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"+","operand":6,"result":33}
  • {"op":"-","operand":21,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"\u00d7","operand":4,"result":192}
FinalValue
192
PathDescription
Step 1: ×3 = 27; Step 2: +6 = 33; Step 3: -21 = 12; Step 4: ×4 = 48; Step 5: ×4 = 192

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

Show answer

Answer: 22

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