medium Set 100 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 34

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":3,"result":84}
  • {"op":"-","operand":24,"result":60}
  • {"op":"-","operand":26,"result":34}
FinalValue
34
PathDescription
Step 1: ×4 = 28; Step 2: ×3 = 84; Step 3: -24 = 60; Step 4: -26 = 34

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

Show answer

Answer: 333

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: -1

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