hard Set 100 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 141

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 8

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