medium Set 15 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 324

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

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

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 248

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

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

Show answer

Answer: 72

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