medium Set 21 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 88

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