medium Set 71 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 248

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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