hard Set 45 Form Exercise

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

Show answer

Answer: 320

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 138

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: -1

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