medium Set 80 Form Exercise

Math Maze: Start at 10. Follow the path: -7 → ×3 → ×4 → -12. What is the final value?

Show answer

Answer: 24

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 9

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