hard Set 85 Form Exercise

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

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

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

Show answer

Answer: 720

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

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

Show answer

Answer: 129

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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