medium Set 25 Form Exercise

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

Show answer

Answer: 75

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 9

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