hard Set 75 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 80

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