hard Set 87 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 11

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

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

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

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

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

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

Show answer

Answer: 145

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