medium Set 80 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 1728

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 15

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