hard Set 43 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 264

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 113

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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