hard Set 23 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 200

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

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

Show answer

Answer: 153

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"\u00d7","operand":4,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
  • {"op":"\u00d7","operand":2,"result":72}
  • {"op":"\u00d7","operand":4,"result":288}
  • {"op":"-","operand":135,"result":153}
FinalValue
153
PathDescription
Step 1: ×4 = 12; Step 2: ×3 = 36; Step 3: ×2 = 72; Step 4: ×4 = 288; Step 5: -135 = 153

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

Show answer

Answer: 8

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 51

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