hard Set 22 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 60

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"+","operand":5,"result":17}
  • {"op":"\u00d7","operand":3,"result":51}
  • {"op":"\u00d7","operand":3,"result":153}
  • {"op":"-","operand":93,"result":60}
FinalValue
60
PathDescription
Step 1: ×2 = 12; Step 2: +5 = 17; Step 3: ×3 = 51; Step 4: ×3 = 153; Step 5: -93 = 60

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

Show answer

Answer: 135

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

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

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 2

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