hard Set 36 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 1

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