hard Set 98 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 26

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

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

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