hard Set 96 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 231

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 757

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

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

Show answer

Answer: 79

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