hard Set 53 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 408

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":3,"result":81}
  • {"op":"-","operand":30,"result":51}
  • {"op":"\u00d7","operand":2,"result":102}
  • {"op":"\u00d7","operand":4,"result":408}
FinalValue
408
PathDescription
Step 1: ×3 = 27; Step 2: ×3 = 81; Step 3: -30 = 51; Step 4: ×2 = 102; Step 5: ×4 = 408