hard Set 43 Form Exercise

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

Show answer

Answer: 120

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 21

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