hard Set 15 Form Exercise

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

Show answer

Answer: 45

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 250

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