medium Set 39 Form Exercise

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

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 4

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

Math Maze: Start at 10. Follow the path: ×2 → ×2 → -19 → -20. What is the final value?

Show answer

Answer: 1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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