medium Set 81 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 16

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