medium Set 18 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 32

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

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

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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