medium Set 16 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 276

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 21

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