hard Set 93 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 139

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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