hard Set 44 Form Exercise

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

Show answer

Answer: 540

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 219

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