hard Set 33 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 216

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":3,"result":84}
  • {"op":"+","operand":5,"result":89}
  • {"op":"\u00d7","operand":4,"result":356}
  • {"op":"-","operand":140,"result":216}
FinalValue
216
PathDescription
Step 1: ×4 = 28; Step 2: ×3 = 84; Step 3: +5 = 89; Step 4: ×4 = 356; Step 5: -140 = 216

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

Show answer

Answer: 10

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

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

Show answer

Answer: 2

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

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

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 8

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