hard Set 56 Form Exercise

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

Show answer

Answer: 120

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 140

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

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

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

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

Show answer

Answer: 198

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

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

Show answer

Answer: 21

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