hard Set 86 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 214

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 220

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