medium Set 17 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 10

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