hard Set 14 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 800

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":4,"result":120}
  • {"op":"\u00d7","operand":2,"result":240}
  • {"op":"\u00d7","operand":4,"result":960}
  • {"op":"-","operand":160,"result":800}
FinalValue
800
PathDescription
Step 1: ×3 = 30; Step 2: ×4 = 120; Step 3: ×2 = 240; Step 4: ×4 = 960; Step 5: -160 = 800

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

Show answer

Answer: 27

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 36

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":6,"result":46}
  • {"op":"-","operand":29,"result":17}
  • {"op":"\u00d7","operand":3,"result":51}
  • {"op":"-","operand":15,"result":36}
FinalValue
36
PathDescription
Step 1: ×4 = 40; Step 2: +6 = 46; Step 3: -29 = 17; Step 4: ×3 = 51; Step 5: -15 = 36

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

Show answer

Answer: 10

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 4

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