hard Set 97 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 8

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