hard Set 76 Form Exercise

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

Show answer

Answer: -3

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 106

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

Math Maze: Start at 10. Follow the path: -1 → -6 → ×3 → ×3 → -20. What is the final value?

Show answer

Answer: 7

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