hard Set 53 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 540

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"-","operand":3,"result":5}
  • {"op":"\u00d7","operand":3,"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: -3 = 5; Step 2: ×3 = 15; Step 3: ×3 = 45; Step 4: ×3 = 135; Step 5: ×4 = 540

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

Show answer

Answer: 14

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

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

Show answer

Answer: 345

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

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

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