hard Set 95 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 96

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