medium Set 68 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 85

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 42

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