medium Set 89 Form Exercise

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

Show answer

Answer: 49

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

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

Show answer

Answer: 96

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"-","operand":3,"result":17}
  • {"op":"+","operand":7,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
FinalValue
96
PathDescription
Step 1: ×2 = 20; Step 2: -3 = 17; Step 3: +7 = 24; Step 4: ×4 = 96

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

Show answer

Answer: 25

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"+","operand":4,"result":20}
  • {"op":"\u00d7","operand":2,"result":40}
  • {"op":"-","operand":15,"result":25}
FinalValue
25
PathDescription
Step 1: ×4 = 16; Step 2: +4 = 20; Step 3: ×2 = 40; Step 4: -15 = 25

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

Show answer

Answer: 3

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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