hard Set 32 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 2304

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