medium Set 27 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 169

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 33

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

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

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