hard Set 100 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 6

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