medium Set 79 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 63

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