hard Set 23 Form Exercise

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

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

Math Maze: Start at 3. Follow the path: -2 → -1 → ×3 → +7 → -5. 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":3,"result":0}
  • {"op":"+","operand":7,"result":7}
  • {"op":"-","operand":5,"result":2}
FinalValue
2
PathDescription
Step 1: -2 = 1; Step 2: -1 = 0; Step 3: ×3 = 0; Step 4: +7 = 7; Step 5: -5 = 2

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

Show answer

Answer: 95

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 7

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