medium Set 73 Form Exercise

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

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 54

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