hard Set 95 Form Exercise

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

Show answer

Answer: 82

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: -2

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