hard Set 92 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 209

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 31

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