hard Set 19 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 39

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":"+","operand":8,"result":32}
  • {"op":"+","operand":7,"result":39}
FinalValue
39
PathDescription
Step 1: -3 = 6; Step 2: ×2 = 12; Step 3: ×2 = 24; Step 4: +8 = 32; Step 5: +7 = 39

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

Show answer

Answer: 17

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 82

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