hard Set 67 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 30

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