hard Set 92 Form Exercise

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

Show answer

Answer: 58

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 28

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