hard Set 14 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 768

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 256

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