hard Set 43 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 110

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 156

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