medium Set 74 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 189

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 300

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

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

Show answer

Answer: 36

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