hard Set 73 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -9

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 136

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

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

Show answer

Answer: 9

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