medium Set 21 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 576

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 91

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