hard Set 24 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 330

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 197

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 12

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