hard Set 52 Form Exercise

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

Show answer

Answer: 130

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 42

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