hard Set 80 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 660

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 1260

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