hard Set 43 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 441

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

Math Maze: Start at 9. Follow the path: +5 → +10 → +6 → -9 → -12. What is the final value?

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 20

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