hard Set 22 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 85

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 42

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