medium Set 77 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 135

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

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

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

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

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

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

Show answer

Answer: 26

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