medium Set 79 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 23

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