hard Set 34 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 42

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":2,"result":54}
  • {"op":"+","operand":1,"result":55}
  • {"op":"-","operand":16,"result":39}
  • {"op":"+","operand":3,"result":42}
FinalValue
42
PathDescription
Step 1: ×3 = 27; Step 2: ×2 = 54; Step 3: +1 = 55; Step 4: -16 = 39; Step 5: +3 = 42

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

Show answer

Answer: 20

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

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

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 9

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