hard Set 67 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 21

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"-","operand":3,"result":5}
  • {"op":"+","operand":6,"result":11}
  • {"op":"+","operand":3,"result":14}
  • {"op":"+","operand":6,"result":20}
  • {"op":"+","operand":1,"result":21}
FinalValue
21
PathDescription
Step 1: -3 = 5; Step 2: +6 = 11; Step 3: +3 = 14; Step 4: +6 = 20; Step 5: +1 = 21

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

Show answer

Answer: 160

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 9

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