medium Set 32 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 23

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