hard Set 75 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: 1

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