medium Set 25 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 207

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

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

Show answer

Answer: 58

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