hard Set 97 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 68

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":5,"result":13}
  • {"op":"\u00d7","operand":3,"result":39}
  • {"op":"\u00d7","operand":4,"result":156}
  • {"op":"+","operand":7,"result":163}
  • {"op":"-","operand":95,"result":68}
FinalValue
68
PathDescription
Step 1: +5 = 13; Step 2: ×3 = 39; Step 3: ×4 = 156; Step 4: +7 = 163; Step 5: -95 = 68

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

Show answer

Answer: 14

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

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

Show answer

Answer: 976

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