medium Set 80 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 189

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 32

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