hard Set 92 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 14

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