hard Set 25 Form Exercise

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

Show answer

Answer: 75

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 111

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 163

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 583

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