medium Set 23 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 24

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