medium Set 53 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 10

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