hard Set 52 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 7

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